* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ use yii\helpers\Html; use yii\widgets\ActiveForm; /* * @var $this yii\web\View * @var $form yii\widgets\ActiveForm * @var $model dektrium\user\models\SettingsForm */ $this->title = Yii::t('user', 'Account settings'); $this->params['breadcrumbs'][] = $this->title; ?>
Зміна пароля
render('/_alert', ['module' => Yii::$app->getModule('user')]) ?> 'account-form', 'options' => ['class' => 'form-horizontal'], 'fieldConfig' => [ 'template' => "{label}\n
{input}
\n
{error}\n{hint}
", 'labelOptions' => ['class' => 'col-lg-4 control-label'], ], 'enableAjaxValidation' => true, 'enableClientValidation' => false, ]); ?> field($model, 'current_password')->passwordInput() ?> field($model, 'new_password')->passwordInput() ?>
'btn btn-block btn-success']) ?>