class documentation

class MinimumLengthValidator: (source)

View In Hierarchy

Validate that 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): (source)

Undocumented

def get_help_text(self): (source)

Undocumented

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

Undocumented

min_length = (source)

Undocumented