|
24 | 24 | {% macro installing() %}How do I install a file (package) from PyPI?{% endmacro %}
|
25 | 25 | {% macro publishing() %}How do I package and publish my code for PyPI?{% endmacro %}
|
26 | 26 | {% 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 %} |
28 | 29 | {% macro feedback() %}Where can I report a bug or provide feedback?{% endmacro %}
|
29 | 30 | {% macro contributing() %}How can I contribute to PyPI?{% endmacro %}
|
30 | 31 | {% macro preproduction() %}What does pre-production mean?{% endmacro %}
|
@@ -59,6 +60,7 @@ <h1 class="page-title">Common Questions</h1>
|
59 | 60 | <li><a href="#verified-email">{{ verified_email() }}</a></li>
|
60 | 61 | <li><a href="#maintainers">{{ maintainers() }}</a></li>
|
61 | 62 | <li><a href="#accessibility">{{ accessibility() }}</a></li>
|
| 63 | + <li><a href="#login-problem">{{ login_problem() }}</a></li> |
62 | 64 | <li><a href="#feedback">{{ feedback() }}</a></li>
|
63 | 65 | <li><a href="#contributing">{{ contributing() }}</a></li>
|
64 | 66 | <li><a href="#sponsors">{{ sponsors() }}</a></li>
|
@@ -211,6 +213,14 @@ <h2>{{ accessibility() }}</h2>
|
211 | 213 | {{ code_of_conduct() }}
|
212 | 214 | </section>
|
213 | 215 |
|
| 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 | + |
214 | 224 | <section id="feedback" class="common-question">
|
215 | 225 | <h2>{{ feedback() }}</h2>
|
216 | 226 | <p>
|
|
0 commit comments