Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password Length Cannot Be Longer Than 32 #3186

Closed
Menghini opened this issue Sep 19, 2024 · 1 comment · Fixed by #3194
Closed

Password Length Cannot Be Longer Than 32 #3186

Menghini opened this issue Sep 19, 2024 · 1 comment · Fixed by #3194
Labels
needs-triage Needs to be triaged by a developer and assigned a release

Comments

@Menghini
Copy link

Menghini commented Sep 19, 2024

What happened?

I read in the change notes for today (v0.8.3) that "Changed: Passwords can now be up to 256 characters long". However, when I tryied to change my password to be longer, I got this error

400 Error
{"type":"https://tools.ietf.org/html/rfc9110#section-15.5.1","title":"One or more validation errors occurred.","status":400,"errors":{"Password":["The field Password must be a string with a minimum length of 6 and a maximum length of 32."]},"traceId":"00-8c476e7a123c7be9ea5b310860b6904d-089785bc682a4b6c-00"}

This occured on the /settings#account page.

What did you expect?

For my password to be changed to a longer password.

Kavita Version Number - If you don not see your version number listed, please update Kavita and see if your issue still persists.

0.8.3 - Stable

What operating system is Kavita being hosted from?

Docker (Dockerhub Container)

If the issue is being seen on Desktop, what OS are you running where you see the issue?

Windows

If the issue is being seen in the UI, what browsers are you seeing the problem on?

Other (List in "Additional Notes" box)

If the issue is being seen on Mobile, what OS are you running where you see the issue?

None

If the issue is being seen on the Mobile UI, what browsers are you seeing the problem on?

No response

Relevant log output

No response

Additional Notes

Using Brave on Windows. But the server is Ubuntu Server.

@Menghini Menghini added the needs-triage Needs to be triaged by a developer and assigned a release label Sep 19, 2024
@Menghini Menghini changed the title Password Length Is Still 32 Password Length Cannot Be Longer Than 32 Sep 19, 2024
@yoppayop
Copy link

I just encountered this same error 400 with a new Docker Portainer install hosted on Ubuntu Server.

A password less than 32 characters bypassed the issue.

This was referenced Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Needs to be triaged by a developer and assigned a release
Projects
Development

Successfully merging a pull request may close this issue.

2 participants