You are here

constant USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL in Zircon Profile 8.0

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

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

1 use of USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.

File

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

Code

const USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL = 'visitors_admin_approval';