mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #297] [MERGED] feat: password can contain : @ |
#557
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?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/297
Author: @sigoden
Created: 11/26/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @sigoden
Base:
main← Head:feat-passwd📝 Commits (2)
3ebadedfeat: auth pass can contain:@|e639931update readme📊 Changes
4 files changed (+40 additions, -49 deletions)
View changed files
📝
README.md(+15 -40)📝
src/args.rs(+0 -1)📝
src/auth.rs(+16 -1)📝
tests/auth.rs(+9 -7)📄 Description
Passwords can use any characters, the only restriction is that the '@/' string cannot appear.
For example
user:p|a:s@s@/:rwis valid rule, dufs known the pass isp|a:s@s.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.