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

Initial setup/signup proceeds even if an invalid password is provided #838

Closed
egasimus opened this issue Nov 4, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@egasimus
Copy link

egasimus commented Nov 4, 2022

Issue Summary

Confusing and disorienting behavior during initial setup: did it store the admin password or not?

Steps to Reproduce

  1. Start up a blank instance and you're greeted with the admin signup page.
  2. Enter a very long password
  3. You get an error message that the password must be <60 characters...
  4. ...but you're also sent to the next step, initial instance setup.

Technical details

I ain't pasting any server logs until this entire category of bug is resolved lol. Browser console log? Sure:

Screenshot from 2022-11-04 12-08-19

...and it also contains the entered password in plaintext 🤦‍♂️

Also that button alignment - srsly...

@LiftedStarfish
Copy link

LiftedStarfish commented Jun 15, 2023

This issue is not fixed. I can still create an account with an invalid password (over 60 characters), and the only indication I'm given that there's any problem is, after I verify my email, when I go to log in, the website hangs.

There should be an indication during sign up that there is a character limit for the password, and the UI should not allow users to but more than 60 characters into that input field.

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

No branches or pull requests

2 participants