documentation update + code fixes
This commit is contained in:
@ -78,7 +78,10 @@ $this->params['breadcrumbs'][] = $this->title;
|
||||
<div class="panel-body">
|
||||
<div class="alert alert-info">
|
||||
<?= Yii::t('usuario', 'Credentials will be sent to the user by email') ?>.
|
||||
<?= Yii::t('usuario', 'A password will be generated automatically if not provided') ?>.
|
||||
<?= Yii::t(
|
||||
'usuario',
|
||||
'A password will be generated automatically if not provided'
|
||||
) ?>.
|
||||
</div>
|
||||
<?php $form = ActiveForm::begin(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user