Skip to content

Commit

Permalink
chore: add password visibility icons to login form (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfixit authored Mar 12, 2024
1 parent 6dbdc01 commit 1b7ccb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
6 changes: 5 additions & 1 deletion authority-portal-keycloak/mds-theme/login/theme.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
kcLogoIdP-openshift-v3=pf-icon pf-icon-openshift

# classes for show/hide password icons
kcFormPasswordVisibilityIconShow=fa fa-eye
kcFormPasswordVisibilityIconHide=fa fa-eye-slash

0 comments on commit 1b7ccb1

Please sign in to comment.