Skip to content

Commit

Permalink
Clarified conditions based on MM-54482 (#6719)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Oct 18, 2023
1 parent ee73ed0 commit 28606e0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion source/configure/experimental-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Specify the color of the email login button text for white labeling purposes. Us
Enable account deactivation
~~~~~~~~~~~~~~~~~~~~~~~~~~~

**True**: Ability for users to deactivate their own account from **Settings > Advanced**. If a user deactivates their own account, they will get an email notification confirming they were deactivated.
**True**: Ability for users to deactivate their own account from **Settings > Advanced > Deactivate Account**. If a user deactivates their own account, they will get an email notification confirming they were deactivated. Available only when authentication is set to use email/password. Not available when authentication uses SAML or AD/LDAP.

**False**: Ability for users to deactivate their own account is disabled.

Expand Down
40 changes: 20 additions & 20 deletions source/preferences/manage-advanced-options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,26 @@ By default, Mattermost shows you system messages when users join or leave channe

This option isn't something you can set using the mobile app.

Deactivate account
------------------

You can deactivate your account if you access Mattermost using an email address and password, and when your system admin has `enabled your ability to do so </configure/experimental-configuration-settings.html#exp-enableaccountdeactivation>`__. Deactivating your account removes your ability to access Mattermost, and disables all email and mobile notifications.

.. important::

- If you deactive your account, you must contact your system admin to have it reactivated.
- If you access Mattermost using another authentication method, such as AD/LDAP or SAML, or use accounts that don't have this setting available, contact your system admin to deactivate your account in the System Console.

.. tabs::

.. tab:: Web/Desktop

Select **Deactivate Account** to deactivate your Mattermost user account.

.. tab:: Mobile

This option isn't applicable to the mobile app.

Performance debugging
---------------------

Expand Down Expand Up @@ -116,26 +136,6 @@ By default, `message drafts </send-messages.html#draft-messages>`__ are synchron

This option isn't applicable to the mobile app.

Deactivate account
~~~~~~~~~~~~~~~~~~

You can deactivate your account if you access Mattermost using an email address, and when your system admin has `enabled your ability to do so </configure/experimental-configuration-settings.html#exp-enableaccountdeactivation>`__. Deactivating your account removes your ability to access Mattermost, and disables all email and mobile notifications.

.. important::

- If you deactive your account, you must contact your system admin to have it reactivated.
- If you access Mattermost using another authentication method, such as AD/LDAP or SAML, or use accounts that don't have this setting available, contact your system admin to deactivate your account in the System Console.

.. tabs::

.. tab:: Web/Desktop

Select **Deactivate Account** to deactivate your Mattermost user account.

.. tab:: Mobile

This option isn't applicable to the mobile app.

Delete local files
------------------

Expand Down

0 comments on commit 28606e0

Please sign in to comment.