module documentation

Undocumented

Function validate_email Check if a user with same email address is already registered
Function validate_new_password Validate that the new_password does not match old_password.
def validate_email(email, auth_user=None): (source)

Check if a user with same email address is already registered

def validate_new_password(old_password, new_password): (source)

Validate that the new_password does not match old_password.