catalyst / moodle-auth_userkey

Log in to Moodle using one time user key based login URL. Auth plugin for organising simple SSO (single sign on) between moodle and your external web application.
https://moodle.org/plugins/auth_userkey
83 stars 53 forks source link

Compatibility with Moodle 4.5 #107

Closed nvallinoto closed 1 week ago

nvallinoto commented 1 week ago

Hi all, I would like to know if the plugin is compatible with Moodle 4.5 ? I tried to enable it in Plugin -> Manage authentication but the eye button doesn't work. Thanks for info.

dmitriim commented 1 week ago

We haven't tested this plugin in 4.5 yet and there is no plans for that in the near future. If you have development capacity please feel free push PR for review.

nvallinoto commented 1 week ago

ok I will let you know. thanks for your reply.

nvallinoto commented 1 week ago

the problem was solved deleting from file config.php the line $CFG->auth='manual,email'. We can close this issue.

dmitriim commented 1 week ago

Glad that you sorted it out.