title = '用户注册'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

请在下方输入注册用户所需的信息:

field($model, 'username')->label('用户名')->textInput(['autofocus' => true]) ?> field($model, 'password')->passwordInput()->label('密码') ?> field($model, 'password2')->passwordInput()->label('重复密码') ?> field($model, 'email')->label('电子邮箱') ?>
'btn btn-primary']) ?>