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

Visitors can create accounts, but they don't become active without administrative approval.

12 uses of USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL
minimal_install in profiles/minimal/minimal.install
Implements hook_install().
openid_authentication in modules/openid/openid.module
Authenticate a user or attempt registration.
standard_install in profiles/standard/standard.install
Implements hook_install().
testing_install in profiles/testing/testing.install
Implements hook_install().
theme_comment_post_forbidden in modules/comment/comment.module
Returns HTML for a "you can't post comments" notice.

... See full list

File

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

Code

define('USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL', 2);