Forgotten password link not working

Re: Forgotten password link not working

by Jon Bolton -
Number of replies: 3
Picture of Particularly helpful Moodlers Picture of Testers
Did you add this line to htaccess?

RewriteRule ^moodle/.*$ - [PT]

The default forgotpassword link in Moodle is definitely login/forgotpassword.php (with /moodle before it if you have Moodle in a sub-directory), so if it’s telling you that the page isn't redirecting properly, it’s strengthening the argument that it’s htaccess or https server redirect related rather than anything else.
In reply to Jon Bolton

Re: Forgotten password link not working

by Hay B -
Hi,
Yes, I tried renaming the htaccess file and also tried adding
RewriteRule ^moodle/.*$ - [PT]
below
RewriteEngine On (which is definitely on its own line - it didn't paste properly in previous post)
Neither of those changes seemed to make any difference to Moodle password page (or to our wordpress site).
In the meantime, I've been looking through plugins for both Moodle and Wordpress to see if any of them could be causing the redirect.
Any thoughts?
In reply to Hay B

Re: Forgotten password link not working

by Hay B -
Solved the issue - did a purge of currently unused plugins and the page is now no longer redirecting. Thanks for the help and suggestions.