How to change default login Page?

How to change default login Page?

by Ralph Blaise -
Number of replies: 3

How can I change the default login page for moodle so that it can point to auth/saml/index.php as opposed to: /login/index.php.  I have turned on the option that login is required and I want to send users to a specific course page.  When that happens, it will send users to the login page, I want that login page to be the saml login page so that authentication can be done automatically behind the scene.  P.S.  I am running Moddle Version 2.2.1

 

Thanks in advance for the help

Average of ratings: -
In reply to Ralph Blaise

Re: How to change default login Page?

by Siddharth Patel -

Hi Ralph,

Can this discussion be helpful to you?

http://moodle.org/mod/forum/discuss.php?d=55669

Regards..

In reply to Siddharth Patel

Re: How to change default login Page?

by madhu bheemagani -

we can change login page as per our requirement.

we need to change in the following path page

login/index_form.html

i changed default login page, it looks below image

In reply to madhu bheemagani

Re: How to change default login Page?

by Ralph Blaise -

FYI, as far as I can tell, the one way to change it is to go to the lib/moodlelib.phb and change the function get_login_url().  Thanks to those that tried to help.