-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add check password quality on update password #719
Conversation
iam-login-service/src/main/java/it/infn/mw/iam/api/account/password_reset/PasswordDTO.java
Outdated
Show resolved
Hide resolved
iam-login-service/src/main/java/it/infn/mw/iam/api/account/password_reset/ResetPasswordDTO.java
Outdated
Show resolved
Hide resolved
...in-service/src/main/webapp/resources/iam/apps/dashboard-app/directives/password.directive.js
Outdated
Show resolved
Hide resolved
|
...in-service/src/test/java/it/infn/mw/iam/test/api/account/password/PasswordEncodingTests.java
Outdated
Show resolved
Hide resolved
|
Try to solve issues and improve coverage |
iam-login-service/src/main/java/it/infn/mw/iam/util/RegexUtil.java
Outdated
Show resolved
Hide resolved
...ogin-service/src/test/java/it/infn/mw/iam/test/api/account/password/PasswordUpdateTests.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix small typos and resolve comments
iam-login-service/src/main/java/it/infn/mw/iam/api/account/password_reset/ResetPasswordDTO.java
Outdated
Show resolved
Hide resolved
...service/src/main/java/it/infn/mw/iam/api/account/password_reset/PasswordResetController.java
Show resolved
Hide resolved
In the |
Done by @SteDev2 :) |
|
The security hotspot is a false positive, so it can be considered safe. |
No description provided.