Skip to content
Snippets Groups Projects
Unverified Commit 0f8c5147 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Made Accounts_UseDNSDomainCheck false by default.

parent c2cd4620
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ RocketChat.settings.addGroup 'Accounts', -> ...@@ -25,7 +25,7 @@ RocketChat.settings.addGroup 'Accounts', ->
@add 'Accounts_BlockedDomainsList', '', { type: 'string' } @add 'Accounts_BlockedDomainsList', '', { type: 'string' }
@add 'Accounts_BlockedUsernameList', '', { type: 'string' } @add 'Accounts_BlockedUsernameList', '', { type: 'string' }
@add 'Accounts_UseDefaultBlockedDomainsList', true, { type: 'boolean' } @add 'Accounts_UseDefaultBlockedDomainsList', true, { type: 'boolean' }
@add 'Accounts_UseDNSDomainCheck', true, { type: 'boolean' } @add 'Accounts_UseDNSDomainCheck', false, { type: 'boolean' }
@add 'Accounts_RegistrationForm', 'Public', { type: 'select', public: true, values: [ { key: 'Public', i18nLabel: 'Accounts_RegistrationForm_Public' }, { key: 'Disabled', i18nLabel: 'Accounts_RegistrationForm_Disabled' }, { key: 'Secret URL', i18nLabel: 'Accounts_RegistrationForm_Secret_URL' } ] } @add 'Accounts_RegistrationForm', 'Public', { type: 'select', public: true, values: [ { key: 'Public', i18nLabel: 'Accounts_RegistrationForm_Public' }, { key: 'Disabled', i18nLabel: 'Accounts_RegistrationForm_Disabled' }, { key: 'Secret URL', i18nLabel: 'Accounts_RegistrationForm_Secret_URL' } ] }
@add 'Accounts_RegistrationForm_SecretURL', Random.id(), { type: 'string' } @add 'Accounts_RegistrationForm_SecretURL', Random.id(), { type: 'string' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment