https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24949 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 184147 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184147&action=edit Bug 24949: Provide password visibility toggle / icon to unmask password on staff login screen This patch adapts the work on Bug 34778 to the staff client, adding a "Show password" checkbox to the login form. To test, apply the batch and go to the staff client login screen. - You should see a "Show password" checkbox under the password field. - Type something in the password field. It should be masked (****). - Click the "Show password" label or check the checkbox. - The password field should now show the text you entered. - Confirm that you can log in successfully whether or not the password is visible. - `prove t/db_dependent/selenium/authentication.t` should pass. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes.