question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

WebUI: Password is wrong

See original GitHub issue

Hello,

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:open
  • Created a year ago
  • Reactions:3
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

3reactions
net47commented, Jul 30, 2022

Do you have Special characters in your password A?

Yes, a minus and a point. I now changed it to only upper/lowercase+digits and login works now. Thanks for the hint!

2reactions
ghostcommented, Aug 5, 2022

@cstenglein will we update the password policy in the WebUI to also math the old SSH ruleset of including “-._” or is this an API thing?

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:

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found