Workout With Friends
Stay fit with a little motivation
|
Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login. More...
Public Member Functions | |
def | __init__ |
def | __call__ |
Public Attributes | |
message |
Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login.
Definition at line 63 of file validators.py.
def wowf.lib.validators.ValidLogin.__init__ | ( | self, | |
message = None |
|||
) |
Definition at line 65 of file validators.py.
def wowf.lib.validators.ValidLogin.__call__ | ( | self, | |
form, | |||
field | |||
) |
Definition at line 68 of file validators.py.
wowf.lib.validators.ValidLogin.message |
Definition at line 66 of file validators.py.