Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add password visibility icons to login form #37

Merged
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
Loading