Hashing password in log October 14, 2020, 06:33:37 PM 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. Quote Selected