Skip to content

Commit

Permalink
Clarified what user data remains on logout (#6572)
Browse files Browse the repository at this point in the history
* Update conf.py

* Added support for hiding guest badges (#6556)

* Added support for disabling guest badges

* Update source/onboard/guest-accounts.rst

* Clarified guest & system admin access (#6558)

* Removing a server not obvious on mobile (#6562)

* Added support for custom forgot password flow/URL (#6557)

* Added support for custom forgot password flow/URL

* Incorporated reviewer feedback

* Update source/configure/site-configuration-settings.rst

* Clarified what user data remains on logout

* Update source/welcome/log-out.rst

Co-authored-by: Elias Nahum <[email protected]>

* Incorporated reviewer feedback

---------

Co-authored-by: Amy Blais <[email protected]>
Co-authored-by: Elias Nahum <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2023
1 parent b516e88 commit 737b235
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion source/welcome/log-out.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,21 @@ You can log out of Mattermost from your profile picture. Select **Log Out** to l

.. image:: ../images/profile-log-out-mobile.png
:width: 300
:alt: Log out of Mattermost from your profile picture.
:alt: Log out of Mattermost from your profile picture.

Frequently asked questions
--------------------------

What happens when I log out of Mattermost?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

When you log out of Mattermost, all data related to your session is removed except a record in the app database of the server you accessed and general activity state information, such as the onboarding checklist. Your user data stored within the server database is deleted when you log out. If you were to delete the Mattermost desktop and the mobile app, the most recent server URL and state data would also be deleted.

When you log out, the following additional data is also deleted:
- All push notifications from that server.
- The websocket, network, and analytics clients stored locally in memory.
- All cookies for the server URL.
- The image cache for all servers (not just the server you've logged out of).
- All files saved in the cache directory for that server.
- All thumbnails and data saved to the clipboard for all servers (not just the server you've logged out of).
- The ``image_cache`` cache directory (Android mobile app)

0 comments on commit 737b235

Please sign in to comment.