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
When I have a user without an email address and you try to assign a role or a quota, you get a message Failed to edit user. Maybe an extra hint that a valid emailaddress is required can be useful, now I discover the issue by checking the browser console.
Steps to reproduce
Add a user without an email address
Try to assign a role or some quota
Expected behaviour
Littlebit more information why it is valid. 😉
Actual behaviour
{"error":{"code":"invalidRequest","innererror":{"date":"2022-08-26T13:38:52Z","request-id":"25f743a2-9467-4e8d-9f84-0cde080387de"},"message":"' ' is not a valid email address"}}
Environment general
IdP: KeyCloak
user storage; LDAP
Environment ownCloud OCIS
ownCloud Web UI 5.7.0-rc.10
Infinite Scale 2.0.0-beta.7 Community
The text was updated successfully, but these errors were encountered:
PR #7538
will take care that only the respective endpoints will be called if changes happen for either: user base data, quota, or role.
Anyways, we don't want to allow changes to the user base data (displayName, mail, password) if an external IDP is involved, therefore we plan to make those fields read-only
When I have a user without an email address and you try to assign a role or a quota, you get a message
Failed to edit user
. Maybe an extra hint that a valid emailaddress is required can be useful, now I discover the issue by checking the browser console.Steps to reproduce
Expected behaviour
Littlebit more information why it is valid. 😉
Actual behaviour
Environment general
Environment ownCloud OCIS
The text was updated successfully, but these errors were encountered: