Browse Source

fixes #650

tags/2.0.0-alpha
Alexander Makarov 11 years ago
parent
commit
1e0decf44d
  1. 2
      apps/advanced/frontend/views/site/login.php

2
apps/advanced/frontend/views/site/login.php

@ -23,4 +23,4 @@ $this->params['breadcrumbs'][] = $this->title;
</div>
<?php ActiveForm::end(); ?>
<p>If you forgot your password you can <?php echo Html::a('reset it', array('site/requestPasswordReset'))?>.</p>
<p>If you forgot your password you can <?php echo Html::a('reset it', array('site/request-password-reset'))?>.</p>
Loading…
Cancel
Save