cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.utils.registration Namespace Reference

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}$')

Detailed Description

Author
Piotr Wójcik
Date
21.09.2010

Function Documentation

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.

Variable Documentation

tuple src.wi.utils.registration.SHA1_RE = re.compile('^[A-Z0-9]{40}$')

Definition at line 34 of file registration.py.