Skip to content

Commit a6f7ca9

Browse files
committed
Add FAQ item on account recovery
Ref. pypi#3016.
1 parent 716a006 commit a6f7ca9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

warehouse/templates/pages/help.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
{% macro installing() %}How do I install a file (package) from PyPI?{% endmacro %}
2525
{% macro publishing() %}How do I package and publish my code for PyPI?{% endmacro %}
2626
{% macro uploading() %}Why can't I upload files to PyPI manually?{% endmacro %}
27-
{% macro accessibility() %}I am having trouble using the PyPI website, can you help me?{% endmacro %}
27+
{% macro accessibility() %}I am having trouble using the PyPI website. Can you help me?{% endmacro %}
28+
{% macro login_problem() %}I forgot my PyPI password. Can you help me?{% endmacro %}
2829
{% macro feedback() %}Where can I report a bug or provide feedback?{% endmacro %}
2930
{% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
3031
{% macro preproduction() %}What does pre-production mean?{% endmacro %}
@@ -59,6 +60,7 @@ <h1 class="page-title">Common Questions</h1>
5960
<li><a href="#verified-email">{{ verified_email() }}</a></li>
6061
<li><a href="#maintainers">{{ maintainers() }}</a></li>
6162
<li><a href="#accessibility">{{ accessibility() }}</a></li>
63+
<li><a href="#login-problem">{{ login_problem() }}</a></li>
6264
<li><a href="#feedback">{{ feedback() }}</a></li>
6365
<li><a href="#contributing">{{ contributing() }}</a></li>
6466
<li><a href="#sponsors">{{ sponsors() }}</a></li>
@@ -211,6 +213,14 @@ <h2>{{ accessibility() }}</h2>
211213
{{ code_of_conduct() }}
212214
</section>
213215

216+
<section id="login-problem" class="common-question">
217+
<h2>{{ login_problem() }}</h2>
218+
<p>
219+
You should be able to <a href="{{ request.route_path('accounts.reset-password') }}">reset your password</a> on the site; you'll receive an email with a password reset link. If you no longer have access to the email address associated with your account, <a href="https://github.com/pypa/warehouse/issues">report it to us on GitHub</a>, so we can try to help.
220+
</p>
221+
{{ code_of_conduct() }}
222+
</section>
223+
214224
<section id="feedback" class="common-question">
215225
<h2>{{ feedback() }}</h2>
216226
<p>

0 commit comments

Comments
 (0)