Go to the source code of this file.
Classes | |
class | webui.auth.db_auth.AuthDB |
class | webui.auth.db_auth.BrowserTable |
class | webui.auth.db_auth.UserLoginTable |
class | webui.auth.db_auth.UserRecord |
class | webui.auth.db_auth.UserTable |
class | webui.auth.db_auth.VCodeTable |
Namespaces | |
webui.auth.db_auth | |
Functions | |
def | webui.auth.db_auth.createDB () |
def | webui.auth.db_auth.exists (username) |
def | webui.auth.db_auth.fullDBPath (path_to_store) |
def | webui.auth.db_auth.initSchema (create=0, timeout=None) |
def | webui.auth.db_auth.main (argv, stdout, environ) |
def | webui.auth.db_auth.test () |
def | webui.auth.db_auth.usage (progname) |
Variables | |
string | webui.auth.db_auth.gDBFilename = "auth" |
string | webui.auth.db_auth.gDBSubPath = "host" |
string | webui.auth.db_auth.gDBTablePrefix = "auth" |