-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Admin Panel #125
Comments
This should go hand-in-hand with an admin panel of some description, I'm thinking:
|
yeah some way to manage other users would be good just please if possible include some way to set a admin via a script or exec call in the container or w/e else so that logging in as the actual admin isn't required. |
Another thing to consider on this, a way to change ownership of snippets I was fiddling with integrating a social login to my IDP and deleted and re-created my account to test (giving my keycloak account a new id), now my snippets are not owned by me anymore. I managed to fix it with some manual sqllite but having a tool in UI for that would be great |
@WirtsLegs Yeah perhaps a transfer all snippets to new account option, something like that. |
Probably just like an admin option to delete an account, when you do that you get a prompt on whether you want to delete the users snippets as well or transfer them to another account, if you select transfer you have to pick who to transfer to |
Is your feature request related to a problem? Please describe.
Currently admin is user with id 1, this is a problem if you transitioned to SSO after initially having a test user, or if you for any other reason need to change the admin user
Describe the solution you'd like
Add a method to change the admin user, ideas would be
and then something that would be good regardless of other options used
Describe alternatives you've considered
Only fix right now is to destroy the instance and rebuild being careful to make the first user the intended admin, not ideal for obvious reasons
Additional context
No additional context
The text was updated successfully, but these errors were encountered: