From 902a0d92faab54cdcedb91ae12d8c06fa85bc763 Mon Sep 17 00:00:00 2001 From: Mauro Date: Tue, 24 Nov 2020 21:56:36 +0100 Subject: [PATCH] Add a necessary step to reset password I had to do this additional step to allow the user to log-in again. (I did not build the docs and I am not a rst person, but I think the change should be valid rst.) --- docs/howto/auth/firstuse.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/howto/auth/firstuse.rst b/docs/howto/auth/firstuse.rst index e7c7f1c..eeffbc5 100644 --- a/docs/howto/auth/firstuse.rst +++ b/docs/howto/auth/firstuse.rst @@ -67,5 +67,7 @@ their new password. If there is a confirmation dialog, confirm the deletion. This will also log the user out if they were currently running. +#. Re-create the user whose password needs resetting within that same dialog. + #. Ask the user to log in again with their new password as usual. This will be their - new password going forward. \ No newline at end of file + new password going forward.