Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▾ auth
▸ admin
▸ apps
▸ backends
▸ base_user
▸ checks
▸ context_processors
▸ decorators
▸ forms
▸ handlers
▸ hashers
▸ management
▸ middleware
▸ migrations
▸ mixins
▸ models
▾ password_validation
class
CommonPasswordValidator
class
MinimumLengthValidator
class
NumericPasswordValidator
class
UserAttributeSimilarityValidator
▸ signals
▸ tokens
▸ urls
▸ validators
▸ views
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class MinimumLengthValidator
django
.
contrib
.
auth
.
password_validation
.
MinimumLengthValidator
Validate whether the password is of a minimum length.
Declaration
class
MinimumLengthValidator
source
link
Documentation
Methods
▷
def
__init__
(
self, min_length=8
)
source
link
▷
def
get_help_text
(
self
)
source
link
▷
def
validate
(
self, password, user=None
)
source
link
Generated by
nedoc
v0.9 at 2020-12-29 14:04