[Feature] Promote user to admin #3295
Closed
indrora
started this conversation in
Feature Request
Replies: 4 comments 3 replies
-
if you exec in to the db container and run psql immich postgres and UPDATE users SET "isAdmin" = 't' WHERE email = 'EMAILOFUSER'; you can run SELECT * FROM users; to see the users |
Beta Was this translation helpful? Give feedback.
3 replies
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
-
Added in #15380 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The feature
It would be nice to be able to promote a user to administrator, that way multiple users could manage jobs/etc.
I generally have an "Administrative" account that I don't log into and a "User" account that I use on a regular basis; being able to elevate a user to do administrative tasks would be useful.
Platform
Beta Was this translation helpful? Give feedback.
All reactions