@@ -131,15 +131,24 @@ The various settings that fall under this have simple descriptions for understan
***Require Password Confirmation**: If this is set to true, the user will have to input his password twice when registering.
***Email Verification**: If this is set to true, users will have to confirm their email via a confirmation email sent to their email. (For this setting to work, the SMTP settings must be already set up. See [Email Configuration](../email/setup.md))
***Manually Approve New Users**: If this is set to true, new users will have to wait for a user with the `view-user-administration` permission to approve their account before using Rocket.Chat.
***Allowed Domains List**: This will block emails with different domains than the ones on this list.
***Blocked Domains List**: This will block emails with domains that are on this list.
***Use Default Blocked Domains List**: Will block the email domains listed [here](https://github.com/RocketChat/Rocket.Chat/blob/develop/app/lib/server/lib/defaultBlockedDomainsList.js) 
***Allowed Domains List**: This will block emails with different domains than the ones on this list.
***Blocked Domains List**: This will block emails with domains that are on this list.
***Use Default Blocked Domains List**: Will block the email domains listed [here](https://github.com/RocketChat/Rocket.Chat/blob/develop/app/lib/server/lib/defaultBlockedDomainsList.js)
***Use DNS Domain Check**: When this is set to true, users won't be able to register with invalid domains.
***Registration Form**: This will change how the registration form is presented. Currently, there are 3 options:
* Public: The form will be public and anyone will be able to access it;
* Disabled: The form will be disabled and users won't be able to register through it;
* Secret URL: The form will be only accessible using a specific URL;
***Registration Form Secret URL**: String to be added to the secret URL. Is recommended to use a random string for that. Example: `https://open.rocket.chat/register/[secret_hash]`.
***Registration Form**: This will change how the registration form is presented. Currently, there are three options:
* Public: The form will be public and anyone will be able to access it.
***Registration Form Secret URL**: String to be added to the secret URL. Is recommended to use a random string for that. Example: `https://open.rocket.chat/register/[secret_hash]`.You can copy this URL to share the form with anyone.
***Invite URL Type**: URL type can either be direct or through a proxy.
***Registration Form Link Replacement Text**: Text to be shown in place of the registration form when the registration form is disabled.
***Registration with Authentication Services**: Set this to true to allow registration with third-party authentication services like Google or Twitter.