Skip to content

Commit c4cb589

Browse files
Provide link to account recovery template (#7367)
closes #7366
1 parent 148adc0 commit c4cb589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/pages/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ <h3 id="login-problem">{{ login_problem() }}</h3>
508508
<li>{% trans href=request.route_path('accounts.reset-password') %}Go to <a href="{{ href }}">reset your password</a>.{% endtrans %}</li>
509509
<li>{% trans %}Enter the email address or username you used for PyPI and submit the form.{% endtrans %}</li>
510510
<li>{% trans %}You'll receive an email with a password reset link.{% endtrans %}</li>
511-
<li>{% trans href='https://github.com/pypa/pypi-support/issues/new', title=gettext('External link') %}If you no longer have access to the email address associated with your account, <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">file an issue on our tracker</a>.{% endtrans %}</li>
511+
<li>{% trans href='https://github.com/pypa/pypi-support/issues/new?labels=account-recovery&template=account-recovery.md&title=Account+recovery+request', title=gettext('External link') %}If you no longer have access to the email address associated with your account, <a href="{{ href }}" title="{{ title }}" target="_blank" rel="noopener">file an issue on our tracker</a>.{% endtrans %}</li>
512512
</ol>
513513
{{ code_of_conduct() }}
514514

0 commit comments

Comments
 (0)