mirror of
https://github.com/dkmstr/openuds.git
synced 2025-03-20 06:50:23 +03:00
Remove logging of decoded password fields for security enhancement
This commit is contained in:
parent
08b7fd549a
commit
59af07590b
@ -1787,7 +1787,6 @@ def password_compat_field_decoder(value: str) -> str:
|
||||
value = CryptoManager.manager().aes_decrypt(value.encode('utf8'), UDSK, True).decode()
|
||||
except Exception:
|
||||
pass
|
||||
logger.info('Decoding password field: %s', value)
|
||||
return value
|
||||
|
||||
# Dictionaries used to encode/decode fields to be stored on database
|
||||
|
Loading…
x
Reference in New Issue
Block a user