For a tenancy I created, I updated the password complexity settings from Security tab in Administration section. But it does not seem to make a difference, when I create a new user with invalid password.
Is there anything else I need to change?
3 Answer(s)
-
0
@OriAssurant password complexity settings are not applied when admin (or any other user) creates a new user on user management page. It is only applied while registration and password change operations.
-
0
@ismcagdas If I want to incorporate this even in the create user screen. What would be the best approach?
-
0
Assuming your using Angular, see _ChangePasswordModal.js file. For the client-side PasswordComplexityHelper is used to validate. When you track to the server-side you'll see the implementation how the pass complexity settings are being applied.