Skip to main content
Topic: Hashing password in log (Read 748 times) previous topic - next topic

Hashing password in log

Hi,

In log table the passwords are not hashed. In the BaseController I modified the line, and I hashing all JSON data (for example: userlogin event, and the datas are: username, password, hash-ed password). But I'd like that only the password value is hashed, or I'd like delete unhashed password from datas.