Skip to content

Commit

Permalink
Updated true/false descriptions (#7406)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Sep 16, 2024
1 parent d5e63ad commit 7729b5a
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions source/configure/authentication-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,20 @@ Access the following configuration settings in the System Console by going to **
:configjson: .TeamSettings.EnableUserCreation
:environment: MM_TEAMSETTINGS_ENABLEUSERCREATION

- **true**: **(Default)** New accounts can be created by an email invitation or a public team invitation link.
- **false**: Disables new account creation. Attempting to create an account through an existing email or link displays an error message.
- **true**: **(Default)** Anyone can sign up for a user account on this server without needing to be invited. Applies to email-based signups only.
- **false**: The ability to create accounts is disabled. Selecting **Create Account** displays an error. Applies to email, OpenID Connect, and OAuth 2.0 user account authentication.

Enable account creation
~~~~~~~~~~~~~~~~~~~~~~~

+------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+
| - **true**: **(Default)** New accounts can be created by an email invitation or a public team invitation link. | - System Config path: **Authentication > Signup** |
| - **false**: Disables new account creation. Attempting to create an account through an existing email or link displays an error message. | - ``config.json`` setting: ``.TeamSettings.EnableUserCreation: true`` |
| | - Environment variable: ``MM_TEAMSETTINGS_ENABLEUSERCREATION`` |
+------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------+
+---------------------------------------------------------------------------------+------------------------------------------------------------------------+
| - **true**: **(Default)** Anyone can sign up for a user account | - System Config path: **Authentication > Signup** |
| on this server without needing to be invited. | - ``config.json`` setting: ``.TeamSettings.EnableUserCreation: true`` |
| Applies to email-based signups only. | - Environment variable: ``MM_TEAMSETTINGS_ENABLEUSERCREATION`` |
| - **false**: The ability to create accounts is disabled. | |
| Selecting **Create Account** displays an error. | |
| Applies to email, OpenID Connect, and OAuth 2.0 user account authentication. | |
+---------------------------------------------------------------------------------+------------------------------------------------------------------------+

.. config:setting:: signup-restrictcreationtodomains
:displayname: Restrict account creation to specified email domains (Signup)
Expand Down

0 comments on commit 7729b5a

Please sign in to comment.