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
Only admins should be able to patch users via the admin page. The user should be able to pass in only a subset of the fields in the resolver (e.g., only email).
We should guarantee that there is always one admin user at any given time by raising an error if changing the role of a user from admin to non-admin would result in there being no admin users left.
The text was updated successfully, but these errors were encountered:
Is the intent that patch user would be only accessible to admins and there would be a different mutation for viewer? Worth considering that the "behavor" of whether or not the user has to reset the password should exist here.
Only admins should be able to patch users via the admin page. The user should be able to pass in only a subset of the fields in the resolver (e.g., only
email
).We should guarantee that there is always one admin user at any given time by raising an error if changing the role of a user from admin to non-admin would result in there being no admin users left.
The text was updated successfully, but these errors were encountered: