From 1b7ccb1df08fa7dea6cd161199dfce2955787e39 Mon Sep 17 00:00:00 2001 From: Ilia Orlov <66363651+illfixit@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:18:39 +0100 Subject: [PATCH] chore: add password visibility icons to login form (#37) --- CHANGELOG.md | 1 + authority-portal-keycloak/mds-theme/login/theme.properties | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daed826cf..2abd5c959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md). - Rebased the entire history to remove secrets and unrelated code - Cleaned up dead links - Added max length validator to most fields (128 symbols) ([#17](https://github.com/sovity/authority-portal/issues/17)) +- Added missing variables to show "hide/show" icon in reset password keycloak page ([#18](https://github.com/sovity/authority-portal/issues/18)) - Certificate generation: Added a notice below the generate button ([#19](https://github.com/sovity/authority-portal/issues/19)) - Fixed an error with input validation that prevented the use of upper-case letters in zip codes ([#21](https://github.com/sovity/authority-portal/issues/21)) - Changed order of industry select options ([#22](https://github.com/sovity/authority-portal/issues/22)) diff --git a/authority-portal-keycloak/mds-theme/login/theme.properties b/authority-portal-keycloak/mds-theme/login/theme.properties index df56b5c04..1bf68c19e 100644 --- a/authority-portal-keycloak/mds-theme/login/theme.properties +++ b/authority-portal-keycloak/mds-theme/login/theme.properties @@ -127,4 +127,8 @@ kcLogoIdP-paypal=fa fa-paypal kcLogoIdP-stackoverflow=fa fa-stack-overflow kcLogoIdP-twitter=fa fa-twitter kcLogoIdP-openshift-v4=pf-icon pf-icon-openshift -kcLogoIdP-openshift-v3=pf-icon pf-icon-openshift \ No newline at end of file +kcLogoIdP-openshift-v3=pf-icon pf-icon-openshift + +# classes for show/hide password icons +kcFormPasswordVisibilityIconShow=fa fa-eye +kcFormPasswordVisibilityIconHide=fa fa-eye-slash \ No newline at end of file