self-service-password
self-service-password copied to clipboard
Why no logging for any actions taken by users?
hi @coudot , Just trying to understand, why I could not see any logging ( kind of a log file) that can be used for audit purposes. Users, password change attempts, result of those attempts, date timestamp and obviously omitting any secrets and sensitive data.
Is there a reason? Or I am missing anything?
Currently SSP has logs for errors and reset requests
We could add an audit log, feel free to propose some code
I had a new request for an audit log
We can do something similar that what was done for Service Desk: https://github.com/ltb-project/service-desk/issues/72
The information that should be logged:
- Date
- IP
- User
- Action
- Result
The log should occur for both Web and REST access.
Hello @TheAshwanik
You can check https://github.com/ltb-project/self-service-password/pull/781
Thank you @coudot