mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #353] Add logout button #189
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 @Asmaelh on GitHub (Jan 17, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/353
How do I log out of my account?
Please add a logout button.
@sigoden commented on GitHub (Jan 19, 2024):
Dufs supports two forms of login basic/digest auth. Both login methods use the browser's built-in login pop-up window.
Chrome/Edge can logout, but Firefox/Safari cannot.
Currently, there is no other solution except for restarting the browser.
@bonsairobo commented on GitHub (Aug 22, 2024):
If anyone finds this looking for a workaround, you can log out by visiting
log:out@your-dufs-host.com.Found the idea here.