Visitors can create accounts, but they don't become active without administrative approval.
File
- core/modules/user/user.module, line 48
- Enables the user registration and login system.
Code
const USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL = 'visitors_admin_approval';
Please login to continue.