Password Reset
HomeIntegrityControlSolutionsManagement Center
3.1.0 Password Reset
3.1.0 Password Reset
  • THE SERVICE
    • Overview
    • About this release
      • Release notes
      • Breaking changes
    • Get started
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • PasswordReset
      • Overview
      • Properties
      • 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
  • UI
    • Overview
    • Information box
  • 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"
	}]