authentication_service.password_validation module

class authentication_service.password_validation.DiversityValidator[source]

Bases: object

Validate whether the password has uppercase, lowercase, digits and special characters.

get_help_text()[source]
validate(password, user=None)[source]