This commit is contained in:
yumoqing 2025-08-25 17:46:54 +08:00
parent ffca2450e6
commit 4bb114ce43

View File

@ -9,6 +9,8 @@ where a.id= ${id}$
if len(recs) > 0:
r = recs[0]
r.username = r.user
if r.client_key:
r.client_key = password_decode(r.client_key)
if r.password:
r.password = password_decode(r.password)
if r.passphrase: