cc1
v2.1
CC1 source code docs
|
Form for registering a new user account. More...
Inherits PasswordForm.
Public Member Functions | |
def | __init__ |
def | clean_email |
Validate that the supplied email address is unique for the site. | |
def | clean_login |
Validate that the login is alphanumeric and is not already in use. |
Static Public Attributes | |
tuple | |
tuple | first |
tuple | last |
tuple | login |
tuple | organization |
Form for registering a new user account.
Validates that the requested username is not already in use, and requires the password to be entered twice to catch typos.
def src.wi.forms.user.RegistrationForm.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
def src.wi.forms.user.RegistrationForm.clean_email | ( | self | ) |
def src.wi.forms.user.RegistrationForm.clean_login | ( | self | ) |
|
static |
|
static |
|
static |
|
static |
|
static |