Functions | |
def | changePassword (db, username, password) |
def | main (argv, stdout, environ) |
def | usage (progname) |
usage: %(progname)s username
def webui.auth.changePassword.changePassword | ( | db, | |
username, | |||
password | |||
) |
Definition at line 23 of file auth/changePassword.py.
def webui.auth.changePassword.main | ( | argv, | |
stdout, | |||
environ | |||
) |
Definition at line 33 of file auth/changePassword.py.
def webui.auth.changePassword.usage | ( | progname | ) |
Definition at line 30 of file auth/changePassword.py.