-
Notifications
You must be signed in to change notification settings - Fork 638
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
SECURITY page check does not allow passwords with special characters #41
Labels
Comments
The password has to be "(...) at least eight characters (letters, numbers or the underscore) and at least one number, one lowercase and one uppercase letter.". |
Fixed in commit 42da95a. Will be released soon with 1.5.0. |
Released with 1.5.0 |
Removing milestone: 1.5.0 (automated comment) |
xoseperez
added a commit
that referenced
this issue
Jan 24, 2018
xoseperez
pushed a commit
that referenced
this issue
Jan 24, 2018
Add PMSX003 air quality sensors Approved-by: Xose Pérez <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Jean-Luc A. (Bitbucket: cnxsoft2016, GitHub: Unknown)
I've updated ESPurna firmware to version 1.4.4 in a Sonoff POW device, and at first login the SECURITY web page shows asking to input a password.
The check function requires at least 8 characters, a uppercase character, and a number. I had done that with with a special character *, and it failed. Removing * fixed the issue.
The text was updated successfully, but these errors were encountered: