fix: auth failed if password contains : (#449)

This commit is contained in:
sigoden
2024-09-06 21:22:28 +08:00
committed by GitHub
parent f87c52fda2
commit c500ce7acc
3 changed files with 12 additions and 12 deletions

View File

@@ -247,8 +247,7 @@ DUFS supports the use of sha-512 hashed password.
Create hashed password
```
$ mkpasswd -m sha-512 -s
Password: 123456
$ mkpasswd -m sha-512 123456
$6$tWMB51u6Kb2ui3wd$5gVHP92V9kZcMwQeKTjyTRgySsYJu471Jb1I6iHQ8iZ6s07GgCIO69KcPBRuwPE5tDq05xMAzye0NxVKuJdYs/
```