mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #351] Can not use '@' in password. #188
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @0400H on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/351
if i use
Admin@123456as password, it will can not login withAdmin@123456butAdmin.start dufs with follow cmd:
@sigoden commented on GitHub (Jan 17, 2024):
Please follows https://github.com/sigoden/dufs/issues/new?assignees=&labels=&projects=&template=bug_report.md to submit the issue. @0400H
@sigoden commented on GitHub (Jan 17, 2024):
I don't know what version of dufs you are using, but I checked the latest version v0.39.0 and found no problems.
Please upgrade your dufs and try again.
@0400H commented on GitHub (Jan 18, 2024):
Upgrade v0.36.0 to v0.39.0 fixed it.