re #309 remove the creation of a user on social auth and force creation of account through RegistrationController

This commit is contained in:
tonydspaniard
2019-06-17 17:35:22 +02:00
parent 222483253c
commit dd407f50b4
3 changed files with 8 additions and 36 deletions

View File

@ -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 ?>