Only administrators can create user accounts.
File
- core/modules/user/user.module, line 37
- Enables the user registration and login system.
Code
const USER_REGISTER_ADMINISTRATORS_ONLY = 'admin_only';
Only administrators can create user accounts.
const USER_REGISTER_ADMINISTRATORS_ONLY = 'admin_only';
Please login to continue.