constant USER_REGISTER_VISITORS
Visitors can create their own accounts.
Archivo
- drupal-7.x/
modules/ user/ user.module, line 26 - Enables the user registration and login system.
Código
define('USER_REGISTER_VISITORS', 1)
Visitors can create their own accounts.
define('USER_REGISTER_VISITORS', 1)