mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #158] Some suggestions for log in option. #78
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 @laminux29 on GitHub (Dec 23, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/158
Suggestion:
2.Add a logout button if someone logged in.
3.Add a Label that displays the userName. Display Guest if no log in.
@sigoden commented on GitHub (Feb 21, 2023):
pr #182 solves 1 and 3.
As for the second point, dufs supports two forms of login basic/digest auth. Both login methods use the browser's built-in login pop-up window. After closing the browser, you will be logged out, and you cannot manually log out in webpage