Same name and namespace in other branches
  1. 8.9.x core/modules/user/user.module \USER_REGISTER_ADMINISTRATORS_ONLY

Only administrators can create user accounts.

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

File

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

Code

define('USER_REGISTER_ADMINISTRATORS_ONLY', 0);