Szilard Stange

Results 3 comments of Szilard Stange

@aeneasr I think this is caused by the hasherx module you guys have introduced in 2.x. ``` time=2024-01-31T14:18:08Z level=info msg=access denied audience=application error=map[debug:passwords are limited to a maximum length of...

This few dirty lines can help you to mitigate the issue: ``` --- a/x/hasher.go +++ b/x/hasher.go @@ -57,6 +57,7 @@ func (b *Hasher) Hash(ctx context.Context, data []byte) ([]byte, error) {...

@rifelpet @hakman @johngmyers is there any way we can help you guys to get it merged before/into the 1.30 release?