Forgotten password link not working

Re: Forgotten password link not working

Jon Boltondən -
Number of replies: 3
Particularly helpful Moodlers istifadəçinin şəkili Testers istifadəçinin şəkili
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

Hay Bdən -
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?