Password Reset
HomeIntegrityControlSolutionsManagement Center
2.0 Password Reset
2.0 Password Reset
  • Overview
    • Overview of Password Reset
    • Get started
  • installation
    • Using a container
    • Windows
    • Linux
  • Modules
    • PasswordReset
      • Overview
      • Module parameters
      • Rules parameters
        • Minimum length
        • Maximum length
        • Uppercase
        • Lowercase
        • Special character
        • Common password
        • Number
        • Repeat password
        • Complexity
        • ❗Custom rule
    • ADResetClient
      • Overview
      • Permissions
      • Module parameters
      • ADPasswordReset valve
    • AuthN
    • Pipes
      • Reset Password
      • ADPasswordReset valve
    • Other modules
  • Operations
    • CEF logging
    • Troubleshooting
      • Extended logging
  • Overlay
    • Overview
    • Information box
    • Language
    • Look and feel
  • On behalf of
    • Overview
    • Configuration
Powered by GitBook
On this page
  1. Modules
  2. PasswordReset
  3. Rules parameters

Complexity

At least three of the following four rules must be met.

  • At least one uppercase character.

  • At least one lowercase character.

  • At least one non alpha numeric character.

  • At least one number character

Note. If you use this rule you should not use role number, special character, uppercase or lowercase.

How to add

config.json
{
  "type": "complexity",
  "description": "password_reset.rules.complexity"
}