by Dominik Stuerzer.
Hi Guys,
I'm using Moodle 2.9 with email self registration and Oauth2 login with facebook and google+.
Is it possible to change the order of the idps? I want to have Oauth2 above theemail login.
I tried moving this part:
https://github.com/moodle/moodle/blob/MOODLE_29_STABLE/login/index_form.html#L112
above the login to here:
https://github.com/moodle/moodle/blob/MOODLE_29_STABLE/login/index_form.html#L26
Any ideas would be very much appreciated.
Thanks!
Dominik