class documentation

class MinimumLengthValidator:

View In Hierarchy

Validate whether the password is of a minimum length.
Method __init__ Undocumented
Method get​_help​_text Undocumented
Method validate Undocumented
Instance Variable min​_length Undocumented
def __init__(self, min_length=8):

Undocumented

def get_help_text(self):

Undocumented

def validate(self, password, user=None):

Undocumented

min_length =

Undocumented