[Koha-bugs] [Bug 22561] Forgotten password requirements hint doesn't list all rules for new passwords

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 14:10:56 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22561

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 86907
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86907&action=edit
Bug 22561: Forgotten password requirements hint doesn't list all rules for new
passwords

This patch modifies a few templates in the OPAC so that all available
information on password requirements is displayed for each case where
the patron is setting a password:

 - If the RequireStrongPassword system preference is set, a message
   should appear listing strong password requirements and minimum
   password length.
 - If RequireStrongPassword is not set, the message should only ask for
   a minimum password length.

To test, apply the patch and enable the PatronSelfRegistration and
OpacResetPassword preferences.

On the following pages, test with RequireStrongPassword both on and
off. The correct messages should appear.

 - OPAC -> Forgot password. Follow the process to reset your password
   until you reach the step where you are entering the new password.
 - OPAC -> Register here. Check the password section of the registration
   form.
 - OPAC -> Log in -> Change your password.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list