auth.password_validation.MinimumLengthValidator

class MinimumLengthValidator(min_length=8) [source]

Validates whether the password meets a minimum length. The minimum length can be customized with the min_length parameter.

doc_Django
2016-10-09 18:34:27
Comments
Leave a Comment

Please login to continue.