locales and console settings are done
This commit is contained in:
@@ -6,4 +6,20 @@
|
||||
|
||||
import os
|
||||
##
|
||||
import passlib # validate password hash/gen hash
|
||||
import passlib # validate password hash/gen hash
|
||||
|
||||
|
||||
class Password(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
class RootUser(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
class User(object):
|
||||
def __init__(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user