You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirmed in both Totara 12 and Moodle 3.8. If a user's profile has the suspended flag set, the flag is ignored and the user is able to login.
The intent is probably to pair this call with core_user_get_users and check the suspended flag and never make the API call to log the user in in the first place, however, it makes sense to make sure the user is not suspended when following the login URL. There could be a scenario where the user is suspended between the time that core_user_get_users is called and then auth_userkey_request_login_url and the login URL is followed.
The text was updated successfully, but these errors were encountered:
Confirmed in both Totara 12 and Moodle 3.8. If a user's profile has the suspended flag set, the flag is ignored and the user is able to login.
The intent is probably to pair this call with core_user_get_users and check the suspended flag and never make the API call to log the user in in the first place, however, it makes sense to make sure the user is not suspended when following the login URL. There could be a scenario where the user is suspended between the time that core_user_get_users is called and then auth_userkey_request_login_url and the login URL is followed.
The text was updated successfully, but these errors were encountered: