bugfix
This commit is contained in:
parent
ffca2450e6
commit
4bb114ce43
@ -9,6 +9,8 @@ where a.id= ${id}$
|
|||||||
if len(recs) > 0:
|
if len(recs) > 0:
|
||||||
r = recs[0]
|
r = recs[0]
|
||||||
r.username = r.user
|
r.username = r.user
|
||||||
|
if r.client_key:
|
||||||
|
r.client_key = password_decode(r.client_key)
|
||||||
if r.password:
|
if r.password:
|
||||||
r.password = password_decode(r.password)
|
r.password = password_decode(r.password)
|
||||||
if r.passphrase:
|
if r.passphrase:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user