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"
	}]