Add "disconnect" button in the navbar
Closed this issue · 0 comments
antonincms commented
There is no way to disconnect from the page (even if this is not very usefull).
Disconnection should :
- (maybe) unregister the current machine
- Call
logout()
or redirect to/accounts/logout/
It would be nice to have it at the right of the navbar ( https://stackoverflow.com/a/44447331 ).