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

Using a hashed password for authentication, if the password contains a colon (:) , login will fail. #448

Closed
didarpin opened this issue Sep 6, 2024 · 0 comments · Fixed by #449

Comments

@didarpin
Copy link

didarpin commented Sep 6, 2024

Problem

Using a hashed password for authentication, if the password contains a colon (:) , login will fail.

Configuration

The command I ran is as follows:
./dufs -a "admin:$(mkpasswd -m sha-512 "a:b")@/:ro"

I accessed http://127.0.0.1:5000/, entered the username 'admin' and the password 'a:b', but the login attempt was unsuccessful.

Environment Information

  • Dufs version: 0.42.0
  • Browser/Webdav info: Chrome
  • OS info: ubuntu 22.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant