constant USER_REGISTER_ADMINISTRATORS_ONLY

Only administrators can create user accounts.

File

core/modules/user/user.module, line 37
Enables the user registration and login system.

Code

const USER_REGISTER_ADMINISTRATORS_ONLY = 'admin_only';

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!user!user.module/constant/USER_REGISTER_ADMINISTRATORS_ONLY/8.1.x