LP1977554 - Add Password visibility toggle on login screens user/sleary/LP1977554-add-password-visibility-toggle-login-screen-signoff
authorScott <scottangel@mobiusconsortium.org>
Wed, 1 Mar 2023 17:12:29 +0000 (11:12 -0600)
committerStephanie Leary <stephanie.leary@equinoxOLI.org>
Thu, 2 Mar 2023 15:09:34 +0000 (09:09 -0600)
commitf220b6d7a77246e17581af0c954523fe2176076c
treebf7652dec888ca22a97b96d3d1e968a7e4b94068
parent3a1b3b7d6de8795449db2f52053a8077310eff47
LP1977554 - Add Password visibility toggle on login screens

Added an icon to each login input of a closed eye when input type is set to password.
If you click the icon it switches to an open eye and the input type is set to text.
It's a pretty standard way to allow people to view their password before submitting it.

Signed-off-by: Scott <scottangel@mobiusconsortium.org>
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/login.component.ts
Open-ILS/src/templates-bootstrap/opac/parts/base.tt2
Open-ILS/src/templates-bootstrap/opac/parts/login/form.tt2
Open-ILS/src/templates-bootstrap/opac/parts/login/login_modal.tt2
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/js.tt2
Open-ILS/src/templates/opac/parts/login/form.tt2
Open-ILS/src/templates/staff/t_login.tt2