constant USER_REGISTER_VISITORS

Visitors can create their own accounts.

5 uses of USER_REGISTER_VISITORS
AccountFormController::form in drupal/core/modules/user/lib/Drupal/user/AccountFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentLinksTest::testCommentLinks in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Tests comment links.
UserRegistrationTest::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
user_admin_settings in drupal/core/modules/user/user.admin.inc
Form builder; Configure user settings for this site.

File

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

Code

const USER_REGISTER_VISITORS = 'visitors';