Jonathan Thom
Jonathan Thom
I was able to replicate this. Unrelated, but I also noticed that it includes the redacted element (with its redaction_value) in the audited_changes column whether it was changed or not,...
Welcome! @joshforbes
For what it's worth, I wasn't able to replicate this with the following code: ``` package main import ( "fmt" "gopkg.in/go-playground/validator.v9" ) type loginParams struct { Email string `form:"email" json:"email"...
Sounds like this was resolved in https://github.com/collectiveidea/audited/pull/630
@deankarn Is this still desired? If so, I can look into making a PR for it.