Files
vikunja/pkg/web/handler
kolaenteandkolaente e983fa10c7 fix(web): stop logging the full auth object on permission denials
log.Warningf formatted a web.Auth with %v on the create, read, update and
delete denial paths. That holds a *user.User, which has a Password field
carrying the bcrypt hash and no String method, so every denied request wrote
a password hash into the log at warning level. Log the user id instead.
2026-07-29 07:58:17 +00:00
..