constant USER_REGISTER_ADMINISTRATORS_ONLY

Only administrators can create user accounts.

4 uses of USER_REGISTER_ADMINISTRATORS_ONLY
CommentInterfaceTest::testCommentLinks in drupal/modules/comment/comment.test
Tests comment links.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in drupal/modules/user/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in drupal/modules/user/user.test
user_admin_settings in drupal/modules/user/user.admin.inc
Form builder; Configure user settings for this site.

File

drupal/modules/user/user.module, line 21
Enables the user registration and login system.

Code

define('USER_REGISTER_ADMINISTRATORS_ONLY', 0);