X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config%2Fsettings.config.php;h=6e3fa6a894ce4fdd93b343d6bef5a4382e2ab571;hb=2cc8f07392b5a997a5d149c65f9310d77dce16bc;hp=2893b3f2016ca06a0dab188eb5e976706458dc67;hpb=279543deb95875cb9fa34dd81d081c1604da20e4;p=friendica.git diff --git a/config/settings.config.php b/config/settings.config.php index 2893b3f201..6e3fa6a894 100644 --- a/config/settings.config.php +++ b/config/settings.config.php @@ -16,10 +16,11 @@ return [ 'info' => '', // register_policy (Constant) - // Your choices are REGISTER_OPEN, REGISTER_APPROVE, or REGISTER_CLOSED. - // Be certain to create your own personal account before setting REGISTER_CLOSED. - // REGISTER_APPROVE requires you set system.admin_email to the email address of an already registered person who can authorize and/or approve/deny the request. - 'register_policy' => REGISTER_CLOSED, + // Your choices are OPEN, APPROVE, or CLOSED. + // Be certain to create your own personal account before setting CLOSED. + // APPROVE requires you set system.admin_email to the email address of an + // already registered person who can authorize and/or approve/deny the request. + 'register_policy' => \Friendica\Module\Register::CLOSED, // register_text (String) // Will be displayed prominently on the registration page.