Functions | |
def | createuser (db, username, password, role="") |
def | main (argv, stdout, environ) |
def | usage (progname) |
usage: %(progname)s username
def webui.auth.newuser.createuser | ( | db, | |
username, | |||
password, | |||
role = "" |
|||
) |
Definition at line 21 of file auth/newuser.py.
def webui.auth.newuser.main | ( | argv, | |
stdout, | |||
environ | |||
) |
Definition at line 31 of file auth/newuser.py.
def webui.auth.newuser.usage | ( | progname | ) |
Definition at line 28 of file auth/newuser.py.