params[ 'breadcrumbs' ][] = \Yii::t('app', 'Мой аккаунт'); ?>

Измените ваши персональные данные или пароль здесь.

Изменить пароль

[ 'account/change-password' ], ] ) ?>
field($passwordModel, 'oldpass') ->passwordInput() ?>
field($passwordModel, 'newpass') ->passwordInput() ?>
field($passwordModel, 'repeatnewpass') ->passwordInput() ?>
Сохранить новый пароль', [ 'class' => 'btn btn-template-main' ] ) ?>

Персональные данные

[ 'account/change-data' ], ] ) ?>
field($userModel, 'name') ?>
field($userModel, 'address') ->textInput() ?>
field($userModel, 'city') ->textInput() ?>
field($userModel, 'gender') ->dropDownList( [ 1 => \Yii::t('app', 'Муж.'), 2 => \Yii::t('app', 'Жен.'), ], [ 'prompt' => \Yii::t('app', 'Пол'), ] ) ?>
field($userModel, 'email') ->textInput() ?>
field($userModel, 'phone') ->textInput() ?>
field($userModel, 'birthDate') ->widget( DatePicker::className(), [ 'options' => [ 'placeholder' => \Yii::t('app', 'Дата рождения ...'), ], 'pluginOptions' => [ 'autoclose' => true, 'format' => 'dd.mm.yyyy', ], ] ) ?>
Сохранить изменения', [ 'class' => 'btn btn-template-main', ] ) ?>
render('_menu') ?>