Base solution for your next web application
Open Closed

password complexity setting not in effect #4560


User avatar
0
OriAssurant created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    @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.

  • User Avatar
    0
    OriAssurant created

    @ismcagdas If I want to incorporate this even in the create user screen. What would be the best approach?

  • User Avatar
    0
    alper created
    Support Team

    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.