You are here

constant USER_REGISTER_VISITORS in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/user.module \USER_REGISTER_VISITORS

Visitors can create their own accounts.

3 uses of USER_REGISTER_VISITORS
AccountForm::form in core/modules/user/src/AccountForm.php
Gets the actual form array to be built.
AccountSettingsForm::buildForm in core/modules/user/src/AccountSettingsForm.php
Form constructor.
UserRegistrationTest::testRegistrationDefaultValues in core/modules/user/src/Tests/UserRegistrationTest.php

File

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

Code

const USER_REGISTER_VISITORS = 'visitors';