You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the bug isn't that the server has pointless and needlessly insecure char limits
the but is that neither the server logs nor the response code, nor the response body, nor the html form validations say anything about the char limit. Users who innocently follow best practice, use pw managers to generate strong, 128 char passwords, will have no idea why the app isn't working, and end up spending a week tweaking cloudflare tunnel settings.
We need some HTML form validations, a proper response code, and a response body which explains what the problem is: i.e. password too long, passwords must be less than xyz characters
Describe the bug
This bug is the root cause of #1417 (and #1425). Turns out my password manager's sensible length policies were to blame.
thanks to @ShimShtein for helping me debug this
To Reproduce
Steps to reproduce the behavior:
systemctl --user start maybe-app
Expected behavior
registration proceeds
Actual
422 unprocessable content, no error message
What version of Maybe are you using?
"Self-hosted". latest as of today
What operating system and browser are you using?
Linux/Firefox latest
Steps to debug
notice DB rollback
"password too long"
The text was updated successfully, but these errors were encountered: