akvo.password_policy.rules.regex module

class akvo.password_policy.rules.regex.IllegalRegexRule(pattern: str)[source]

Bases: ValidationRule

ERROR_CODE = 'ILLEGAL_PATTERN_MATCH'
validate(password: str) ValidationResult[source]