title = Yii::t('app', 'Create User'); $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Users'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

A new password will be emailed to the user upon creation. The user will not need to validate their email address.

If you want them to validate their email, have them sign up on the home page.

render('_form', [ 'model' => $model, 'salesAgents' => $salesAgents, ]) ?>