Changing moodle Forget password page

Changing moodle Forget password page

by Sparsh Gahlot -
Number of replies: 4

moodle forget password page


I want to remove this continue button and redirect the page to somewhere else.

How Can I Do That?

PLEASE HELP

Average of ratings: -
In reply to Sparsh Gahlot

Re: Changing moodle Forget password page

by Brian Merritt -
Picture of Particularly helpful Moodlers
Easiest is probably include javascript (jquery) code on all pages and have it detect the forgot password page and perform the redirect.

That avoids changing core Moodle
In reply to Brian Merritt

Re: Changing moodle Forget password page

by Jon Bolton -
Picture of Particularly helpful Moodlers Picture of Testers
... or maybe use the inbuilt functionality for handling passwords externally... https://docs.moodle.org/38/en/Managing_authentication#Forgotten_password_URL
Average of ratings: Useful (2)
In reply to Jon Bolton

Re: Changing moodle Forget password page

by Sparsh Gahlot -
where can i find the continue button because i want to display some other content here
I even tried to change it in moodle.php file in lang/en/moodle.php
but none of my changes were added to the page
In reply to Brian Merritt

Re: Changing moodle Forget password page

by Sparsh Gahlot -

Can you please elaborate regarding this context  or share any such kind of code.

Because i'm unable to find the correct file related to this.