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

invalid parameter exception #84

Closed mrezash closed 2 years ago

mrezash commented 2 years ago

Array ( [user] => Array ( [username] => admin ) ) stdClass Object ( [exception] => invalid_parameter_exception [errorcode] => invalidparameter [message] => مقدار نامعتبر در پارامتر )

Moodle 3.11.5+ (Build: 20220311)

mrezash commented 2 years ago

(Only arrays accepted. The bad value is: 'Array'): Only arrays accepted. The bad value is: 'Array') [debuginfo] => user => مقدار نامعتبر در پارامتر (Only arrays accepted. The bad value is: 'Array'): Only arrays accepted. The bad value is: 'Array' )

mrezash commented 2 years ago

i change the curl.php file and it works for me