-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarified what user data remains on logout #6572
Conversation
* Added support for disabling guest badges * Update source/onboard/guest-accounts.rst
* Added support for custom forgot password flow/URL * Incorporated reviewer feedback * Update source/configure/site-configuration-settings.rst
Newest code from cwarnermm has been published to preview environment for Git SHA ea063ba |
Co-authored-by: Elias Nahum <[email protected]>
Newest code from cwarnermm has been published to preview environment for Git SHA 9b2f7bd |
Newest code from cwarnermm has been published to preview environment for Git SHA 243a52d |
-------------------------- | ||
|
||
What happens when I log out of Mattermost? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm pretty sure most of these only apply to mobile. I can't 100% speak for the desktop app, but most of these things don't exist in the web app or aren't stored in a way that lasts through a refresh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Desktop App would take on the same behaviour as the webapp in this case as far as I would know
source/welcome/log-out.rst
Outdated
|
||
When you log out, the following additional data is also deleted: | ||
- On MacOS, your user credentials for this server from the keychain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In particular, I don't think we explicitly interact with the keychain even from the desktop app
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is correct, there's no keychain added for web or desktop afaik.
Newest code from cwarnermm has been published to preview environment for Git SHA d4d3800 |
Newest code from cwarnermm has been published to preview environment for Git SHA ffe06c5 |
Newest code from cwarnermm has been published to preview environment for Git SHA abe3026 |
Newest code from cwarnermm has been published to preview environment for Git SHA 02412f4 |
Documentation for: #6177