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

Cannot manually login #104

Closed spatil181 closed 8 months ago

spatil181 commented 8 months ago

Apart from SSO, if users want to login manually , they can't as the login page no longer works. Instead it says server url not found. image Any fix for this?

dmitriim commented 8 months ago

Hi @spatil181

By design users using this auth method are not allowed to login manually using login form. See https://github.com/catalyst/moodle-auth_userkey/blob/MOODLE_33PLUS/auth.php#L131

However, the error you are referencing to doesn't look like directly related to the plugin. You may want to search a help through Moodle forums. To get help I'd suggest you to share as much information as you can. E.g. exact steps to replicate, URL examples and other useful information.

dmitriim commented 8 months ago

There is another issue similar to this one https://github.com/catalyst/moodle-auth_userkey/issues/98