WebUI: Password is wrong
See original GitHub issueHello,
refering to https://github.com/rootzoll/raspiblitz/issues/3145, I currently have the exact same problem: if I go to the WebUI and enter my password A, I get the error An error occured: Password is wrong
The password is definitely the correct one. Journal output:
Jul 30 10:54:42 raspberrypi python[822]: INFO: 127.0.0.1:47570 - "POST /system/login HTTP/1.0" 401 Unauthorized
₿ /home/admin/config.scripts/blitz.passwords.sh check a "XXXXXXXXX"
# salt file exists
# hashedPasswordSalt(XXXXXXXXXX)
# first try within last minute - respond fast
correct=1
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:14 (6 by maintainers)
Top Results From Across the Web
Solution for constant password incorrect on web interface
Assuming it works, that means you just need to clear your cache... Go to the OMV webUI address. Hold Control and click Refresh....
Read more >web Interface password Problem - qBittorrent official forums
Re: web Interface password Problem Navigate to ~/. config/qBittorrent/ and edit the qBittorrent configuration file qBittorrent. conf. the ...
Read more >Solved: 3850 WebUI will not log in - Cisco Community
Just bought a 3850 12XS, updated to software to Denali 16.3.2. Logged into the WebUI. Got in fine with the default username and...
Read more >Root password no longer works on web UI. I definitely am ...
Root password no longer works on web UI. I definitely am using the correct password. I reset it using the keyboard, but want...
Read more >"Incorrect user name or password!" when trying to log in the ...
A system account is required to log in the web interface (Myapps and reports, rollout pages), a console only account will not work,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, a minus and a point. I now changed it to only upper/lowercase+digits and login works now. Thanks for the hint!
From a quick look at the code, I do think this is an API thing too.
It looks like the API uses the same alphanum-only regex as the WebUI when checking a password upon login.
I’ll open PRs for the WebUI and the API so that we can see if this fixes it.
Edit:
Here’s the PRs:
-and/or.) but the API won’t accept it.