Mercurial > p > roundup > code
diff doc/user_guide.txt @ 6257:f9c059921ccc
Document password reset mechanism in web interface.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 29 Aug 2020 00:23:58 -0400 |
| parents | 5522c950a2e4 |
| children | ef7bc1fac35a |
line wrap: on
line diff
--- a/doc/user_guide.txt Thu Aug 20 23:28:24 2020 -0400 +++ b/doc/user_guide.txt Sat Aug 29 00:23:58 2020 -0400 @@ -267,10 +267,22 @@ body which usually displays either a list of items or a single item from the tracker. -You may either register or log in. Registration takes you to: +You may register, reset your password or log in. Registration takes +you to: .. image:: images/registration.png +Clicking on the "Lost your login?" link allows you to reset your +password. Resetting your password takes you to: + +.. image:: images/reset.png + +You can enter your username to get a reset email sent to your primary +E-mail address. Otherwise you can enter your primary E-mail address or +an Alternate E-mail address to get a reset email sent to that address. +The reset email includes a verification link that can be used to +complete the password reset. + Once you're logged in, the sidebar changes to: .. image:: images/index_logged_in.png
