re #309 remove the creation of a user on social auth and force creation of account through RegistrationController
This commit is contained in:
@ -41,7 +41,7 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
|
||||
<?= $form->field($model, 'username') ?>
|
||||
|
||||
<?php if ($module->generatePasswords == false): ?>
|
||||
<?php if ($module->generatePasswords === false): ?>
|
||||
<?= $form->field($model, 'password')->passwordInput() ?>
|
||||
<?php endif ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user