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
  • Configuration
  • Example
  1. Modules
  2. PasswordReset

Rules parameters

This section covers the how to configure a password policies.

Configuration

Password policies are configured be adding rule parameters to the rule configuration component in the password reset module. Only the rule parameters you add will be available and verified against the new password when a user do a password reset.

Example

"rules": [{
		"type": "lengthMin",
		"min": 8,
		"description": "password_reset.rules.lengthMin"
	}, {
		"type": "lowercase",
		"description": "password_reset.rules.lowercase"
	}]