loefsys.members.password_validators module
Adds some extra requirements for creating a password.
- class loefsys.members.password_validators.CustomComplexityValidator
Bases:
objectDefines some regular expressions that need to be in the password.
- validate(password, __)
Validate regular expressions that need to be in the password.
- get_help_text()
Return a message if the requirements are not met.