open-lms-open-source / moodle-theme_snap

GNU General Public License v3.0
79 stars 75 forks source link

Put the SSO login option on top #255

Open Lwanda-SIfolo opened 1 year ago

Lwanda-SIfolo commented 1 year ago

Hey guys.

how do enable this option,

$enabledloginchoices = [ \theme_snap\output\core_renderer::ORDER_LOGIN_MOODLE_FIRST => new lang_string('moodleloginfirst', 'theme_snap'), \theme_snap\output\core_renderer::ORDER_LOGIN_ALTERNATIVE_FIRST => new lang_string('alternativeloginfirst', 'theme_snap') ];

we want to move the alternative/SSO option on top, and then Moodle native login bellow

Thanks