-
-
Notifications
You must be signed in to change notification settings - Fork 385
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
Make Myself an Admin #560
Comments
The account automatically becomes an admin account if it's the first created account. If you want to promote another account to be an admin you'll have to modify the database to do this (as of now). Basically, run the following query against the sqlite database in the DATA_DIR:
If this doesn't make sense to you, you can join the discord server and we can give you a step by step guide on how to do it. |
added user management functionality to the admin page
…new users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
Perfect! That did it. =) |
changing roles is now possible in the UI by Admins on the "Admin Setting" page |
…new users. Fixes hoarder-app#495 (hoarder-app#567) * How do I set the variable "user" or "system" for AI inference hoarder-app#262 changed from system to user * Make Myself an Admin hoarder-app#560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
My account doesn't have admin privileges so I can't initiate a search re-index
How can I modify my account to be an admin?
The text was updated successfully, but these errors were encountered: