Visitors can create their own accounts.
File
- core/modules/user/user.module, line 42
- Enables the user registration and login system.
Code
const USER_REGISTER_VISITORS = 'visitors';
Visitors can create their own accounts.
const USER_REGISTER_VISITORS = 'visitors';
Please login to continue.