|
|
|
|
|
|
|
|
| does_username_exist(self,
username,
username_clean) |
source code
|
|
|
|
|
|
|
|
|
|
| validate_username_string(self,
username,
username_clean) |
source code
|
|
|
|
|
|
|
|
|
|
| register_user(self,
username,
password,
email,
activate=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from skel.Authenticator:
check_connection,
check_logged_in,
check_login,
check_login_data,
is_logged_in,
set_login_data
Inherited from skel.RemoteDatabase:
check_connection_data,
column_in_table_exists,
commit,
connect,
execute_many,
execute_query,
execute_script,
fetchall,
fetchall2list,
fetchall2set,
fetchmany,
fetchone,
fetchone2list,
fetchone2set,
lastrowid,
set_connection_data,
table_exists
|