Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Public Attributes | List of all members
wowf.lib.validators.ValidLogin Class Reference

Makes sure that the email and password combo exists in the database, and the user has the necessary priveleges to login. More...

Collaboration diagram for wowf.lib.validators.ValidLogin:
Collaboration graph

Public Member Functions

def __init__
def __call__

Public Attributes

 message

Detailed Description

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.

Constructor & Destructor Documentation

def wowf.lib.validators.ValidLogin.__init__ (   self,
  message = None 
)

Definition at line 65 of file validators.py.

Member Function Documentation

def wowf.lib.validators.ValidLogin.__call__ (   self,
  form,
  field 
)

Definition at line 68 of file validators.py.

Member Data Documentation

wowf.lib.validators.ValidLogin.message

Definition at line 66 of file validators.py.


The documentation for this class was generated from the following file: