[PR #297] [MERGED] feat: password can contain : @ | #557

Closed
opened 2026-04-08 16:53:25 +03:00 by zhus · 0 comments
Owner

📋 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: mainHead: feat-passwd


📝 Commits (2)

📊 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@/:rw is valid rule, dufs known the pass is p|a:s@s.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sigoden/dufs/pull/297 **Author:** [@sigoden](https://github.com/sigoden) **Created:** 11/26/2023 **Status:** ✅ Merged **Merged:** 11/26/2023 **Merged by:** [@sigoden](https://github.com/sigoden) **Base:** `main` ← **Head:** `feat-passwd` --- ### 📝 Commits (2) - [`3ebaded`](https://github.com/sigoden/dufs/commit/3ebadedf8d8896acb0f9ec332ffe0106584eb179) feat: auth pass can contain `:` `@` `|` - [`e639931`](https://github.com/sigoden/dufs/commit/e63993156cc3ca56155cbd1fdc1f77836495d0b7) update readme ### 📊 Changes **4 files changed** (+40 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -40) 📝 `src/args.rs` (+0 -1) 📝 `src/auth.rs` (+16 -1) 📝 `tests/auth.rs` (+9 -7) </details> ### 📄 Description Passwords can use any characters, the only restriction is that the '@/' string cannot appear. For example `user:p|a:s@s@/:rw` is valid rule, dufs known the pass is `p|a:s@s`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-04-08 16:53:25 +03:00
zhus closed this issue 2026-04-08 16:53:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#557