nineinchnick / yii2-usr

Yii framework module for user authentication, password reset, registration and profile updating. A port of yii-usr to Yii Framework 2.0.
http://demo2.niix.pl
MIT License
39 stars 8 forks source link

views\default\recovery.php :: syntax error, unexpected ')', expecting ']' #18

Closed yurkinx closed 10 years ago

yurkinx commented 10 years ago

Hello! Great extension, thank you I found a little bug in password recovery: vendor\nineinchnick\yii2-usr\views\default\recovery.php

syntax error, unexpected ')', expecting ']'
line 42
<?= $form->field($model, 'username', ['inputOptions'=>['autofocus'=>true, 'class' => 'form-control']) ?>
yurkinx commented 10 years ago

Thank you, great!