* * For the full copyright and license information, please view the LICENSE.md * file that was distributed with this source code. */ /** * @var yii\widgets\ActiveForm $form * @var dektrium\user\models\User $user */ ?> field($user, 'email')->textInput(['maxlength' => 255]) ?> field($user, 'username')->textInput(['maxlength' => 255]) ?> field($user, 'password')->passwordInput() ?>