Skip to content

Commit 700f033

Browse files
committed
merge fork
2 parents 99a0a7c + 1f8b328 commit 700f033

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGES.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ Features:
3939
will work. This also fixes a bug. If assignedto.username had no
4040
matches, all issues would be returned. This is also fixed.
4141
(John Rouillard)
42-
42+
- issue2550716 - Email address displayed after password reset request.
43+
This fix actually made it into 1.6 release. However this release
44+
documents how password reset works in user_guide.txt. (John Rouillard)
45+
4346
2020-07-13 2.0.0
4447

4548
Fixed:

doc/images/reset.png

35.7 KB
Loading

doc/user_guide.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,22 @@ you where you are, a sidebar which contains useful navigation tools and a
267267
body which usually displays either a list of items or a single item from
268268
the tracker.
269269

270-
You may either register or log in. Registration takes you to:
270+
You may register, reset your password or log in. Registration takes
271+
you to:
271272

272273
.. image:: images/registration.png
273274

275+
Clicking on the "Lost your login?" link allows you to reset your
276+
password. Resetting your password takes you to:
277+
278+
.. image:: images/reset.png
279+
280+
You can enter your username to get a reset email sent to your primary
281+
E-mail address. Otherwise you can enter your primary E-mail address or
282+
an Alternate E-mail address to get a reset email sent to that address.
283+
The reset email includes a verification link that can be used to
284+
complete the password reset.
285+
274286
Once you're logged in, the sidebar changes to:
275287

276288
.. image:: images/index_logged_in.png

0 commit comments

Comments
 (0)