Classes | |
class | AuthDB |
class | BrowserTable |
class | UserLoginTable |
class | UserRecord |
class | UserTable |
class | VCodeTable |
Functions | |
def | createDB |
def | exists |
def | fullDBPath |
def | initSchema |
def | main |
def | test |
def | usage |
Variables | |
string | gDBFilename = "auth" |
string | gDBSubPath = "host" |
string | gDBTablePrefix = "auth" |
def webui.auth.db_auth.createDB | ( | ) |
Definition at line 228 of file db_auth.py.
def webui.auth.db_auth.exists | ( | username | ) |
Definition at line 220 of file db_auth.py.
def webui.auth.db_auth.fullDBPath | ( | path_to_store | ) |
Definition at line 193 of file db_auth.py.
def webui.auth.db_auth.initSchema | ( | create = 0 , |
|
timeout = None |
|||
) |
Definition at line 196 of file db_auth.py.
def webui.auth.db_auth.main | ( | argv, | |
stdout, | |||
environ | |||
) |
Definition at line 245 of file db_auth.py.
def webui.auth.db_auth.test | ( | ) |
Definition at line 233 of file db_auth.py.
def webui.auth.db_auth.usage | ( | progname | ) |
Definition at line 242 of file db_auth.py.
string webui::auth::db_auth::gDBFilename = "auth" |
Definition at line 23 of file db_auth.py.
string webui::auth::db_auth::gDBSubPath = "host" |
Definition at line 22 of file db_auth.py.
string webui::auth::db_auth::gDBTablePrefix = "auth" |
Definition at line 24 of file db_auth.py.