LP1977554 - Add Password visibility toggle on login screens
authorScott <scottangel@mobiusconsortium.org>
Wed, 1 Mar 2023 17:12:29 +0000 (11:12 -0600)
committerScott <scottangel@mobiusconsortium.org>
Wed, 1 Mar 2023 17:32:32 +0000 (11:32 -0600)
commit135e1dba37da345b4b354029ef67d00a3fee0f70
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>
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