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
The scenario SCENARIO_EDIT_ADMIN in the User model does not allow to set (on user creation) or update the field auth_mode.
Therefore it is not possible to set auth_mode via the API.
The scenario SCENARIO_EDIT_ADMIN in the User model does not allow to set (on user creation) or update the field
auth_mode
.Therefore it is not possible to set
auth_mode
via the API.$scenarios[self::SCENARIO_EDIT_ADMIN] = ['username', 'email', 'status', 'visibility', 'language', 'tagsField'];
Possible solution: set
auth_mode
likeauthclient_id
in ApiUser load function:The text was updated successfully, but these errors were encountered: