bugfix
This commit is contained in:
parent
77bc195215
commit
ab9fdce885
Binary file not shown.
@ -7,7 +7,7 @@ if userid is None:
|
|||||||
|
|
||||||
ns = {
|
ns = {
|
||||||
'id':userid,
|
'id':userid,
|
||||||
'password':params_kw.password
|
'password': password_encode(params_kw.password)
|
||||||
}
|
}
|
||||||
db = DBPools()
|
db = DBPools()
|
||||||
dbname = get_module_dbname('rbac')
|
dbname = get_module_dbname('rbac')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user