mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-22 12:12:18 -05:00
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.