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 field limited to 30 characters #43

Closed
Christoph-Wagner opened this issue Sep 12, 2022 · 4 comments
Closed

Password field limited to 30 characters #43

Christoph-Wagner opened this issue Sep 12, 2022 · 4 comments

Comments

@Christoph-Wagner
Copy link

The login form has the PW field limited to 30 characters, the password I originally created was 32 characters. Logging in does not work, neither by limiting to the first 30 characters of the password, nor by forcing 32 characters into the field.

@bayang
Copy link
Owner

bayang commented Sep 12, 2022

Did you create this user on the initial user creation page or from the add user admin page ?
There is a hard limit on the password length on the initial user creation page, but I just realized there is none on the additional user creation in the administration section.

@Christoph-Wagner
Copy link
Author

I created it in the initial wizard, but as I generate passwords, I wouldn’t have known that there was a limit unless the UI exposed it. Not sure why in that case limiting it to the first 30 characters didn’t work, though.

@bayang
Copy link
Owner

bayang commented Sep 13, 2022

yes this is weird, I'll increase the limit to a much bigger value.

github-actions bot pushed a commit that referenced this issue Sep 13, 2022
## [0.30.0](v0.29.0...v0.30.0) (2022-09-13)

### Features

* use markdown to write reviews [#40](#40) ([0e11bbb](0e11bbb))

### Bug Fixes

* increase password length in login input [#43](#43) ([7568cc9](7568cc9))
* prevent temporary cover images conflicts in caches [#41](#41) ([b1482e1](b1482e1))
@bayang
Copy link
Owner

bayang commented Sep 13, 2022

Should be fixed in v 0.30.0

@bayang bayang closed this as completed Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants