mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
How do we delete the demo user once we've set up Planka? #380
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hungry-bogart on GitHub (Nov 10, 2023).
I looked around Postgres to see if I could manually remove the demo user once I created a new one, but admittedly didn't know what to look for.
Anyway, my instance is working just fine, but I wanted to know how to delete the user. I worry other people may forget about the account and leave it with default credentials.
Let me know if I can help with testing.
@meltyshev commented on GitHub (Nov 10, 2023):
Hi! In the latest version we no longer create a demo account by default, but use
DEFAULT_ADMIN_*environment variables where you can specify email and password. If this account is specified in the environment variables, it will be locked and can't be modified or deleted through the users panel in Planka. So to be able to delete/modify it, you have to removeDEFAULT_ADMIN_*environment variables and of course the deletion must be done via another admin account.@hungry-bogart commented on GitHub (Nov 14, 2023):
I see. Thanks for letting me know. I was able to use the admin account to delete the demo user. Thanks for the help.
Feel free to close.