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

Problems when signing up/login in using long passwords #39

Open
Gimleux opened this issue May 30, 2021 · 3 comments
Open

Problems when signing up/login in using long passwords #39

Gimleux opened this issue May 30, 2021 · 3 comments
Labels
bug Something isn't working hacktoberfest

Comments

@Gimleux
Copy link

Gimleux commented May 30, 2021

I signed up using a generated 256 character password. I received a positive feedback submitting, but when I tried to log in, a message appeared, informing me, that the password would be incorrect. As I was using a password storage and tried it multiple times, this should not be the case.
Afterwards, I signed up, using another email and a shorter password and everything worked fine.

@gitfrosh gitfrosh added the bug Something isn't working label Jun 1, 2021
@gitfrosh
Copy link
Owner

gitfrosh commented Jun 1, 2021

Hi there, thanks for reporting! We will definitively have a look into that issue.

@MateuszKikmunter
Copy link
Collaborator

MateuszKikmunter commented Jul 8, 2021

Hi, I just tried to reproduce this error but I was able to register and login with 256 character long password.

I also tried longer passwords and it worked too but it was the case only for simple passwords. (only letters)

When I used a 256 chars (upper and lower case letters and digits) password (generated in keypass), it gave me the same behavior as @Gimleux reported.

EDIT: It works until 254 length password provided, otherwise it fails.

@gitfrosh
Copy link
Owner

gitfrosh commented Oct 4, 2021

We would probably need some kind of password rule set, that supports users while settings up their accounts and catches known problems with those kinds of passwords.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest
Projects
None yet
Development

No branches or pull requests

3 participants