Package django :: Package contrib :: Package auth :: Module forms :: Class UserCreationForm
[hide private]
[frames] | no frames]

Class UserCreationForm

source code

          object --+    
                   |    
oldforms.Manipulator --+
                       |
                      UserCreationForm

A form that creates a user, with no privileges, from the given username and password.

Instance Methods [hide private]
 
__init__(self) source code
 
isValidUsername(self, field_data, all_data) source code
 
save(self, new_data)
Creates the user.
source code

Inherited from oldforms.Manipulator: __delitem__, __getitem__, check_permissions, do_html2python, get_validation_errors, prepare

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from oldforms.Manipulator: required_permission

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: oldforms.Manipulator.__init__

save(self, new_data)

source code 

Creates the user.

Overrides: oldforms.Manipulator.save