moodle-theme_snap icon indicating copy to clipboard operation
moodle-theme_snap copied to clipboard

Put the SSO login option on top

Open Lwanda-SIfolo opened this issue 2 years ago • 0 comments

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

Lwanda-SIfolo avatar Jan 23 '23 08:01 Lwanda-SIfolo