cc1
v2.1
CC1 source code docs
|
Functions | |
def | activate |
Method checks, if activation_key is ok. | |
def | register |
Method turns keyword arguments (which describe user) into a dictionary and registers the user by XMLRPC and. |
Variables | |
tuple | SHA1_RE = re.compile('^[A-Z0-9]{40}$') |
def src.wi.utils.registration.activate | ( | activation_key | ) |
Method checks, if activation_key
is ok.
If so, it activates user.
Definition at line 52 of file registration.py.
def src.wi.utils.registration.register | ( | kwargs | ) |
Method turns keyword arguments (which describe user) into a dictionary and registers the user by XMLRPC
and.
Definition at line 41 of file registration.py.
tuple src.wi.utils.registration.SHA1_RE = re.compile('^[A-Z0-9]{40}$') |
Definition at line 34 of file registration.py.