I have an issue with my attempt of successfully creating a ForgotPassword login page reachable from my index.
The project I’m working in has pass through so many programmers so I’m having difficulties trying to figure out which part of the code is preventing me to have success.
Whenever I try to insert a redirecting from the login.php I fail: infact the recuperapassword view (forgotpassword in english) is visible ONLY IF you are logged in (pretty useless). It’s like if all the views are blocked if you are NOT logged in. What should I do? Any kind of suggestions and hints are well accepted.
Already tried <a href="<?php echo Yii::app()->createUrl("site/recuperopassword")?>"> Forgot Password?</a>. Still only the url changes, not the page itself
Also this, already tried it. I think there’s some kind of issue with the accessRules, but I’ve already enabled all types of user to perform the “recuperapassword” action…