mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 11:21:03 +03:00
Reset admin password #802
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 @jiuntian on GitHub (Sep 4, 2025).
I have forgotten my password and can't figure out how can we reset the admin password. I couldn't found anything related in docs and #327 is outdated and not working for v2.
Can you share a guide on how can we update or reset the admin password on v2?
Thanks
@jiuntian commented on GitHub (Sep 4, 2025):
I have reset my password with psql query, but this should be done more elegant.
@meltyshev commented on GitHub (Sep 5, 2025):
Hey! Sorry for the late reply. It's also possible to reset an admin password by running
npm run db:create-admin-user(ordocker compose run --rm planka npm run db:create-admin-userif running in Docker) and specifying the email of an existing user.But yeah, it's not very convenient... We're planning to add a proper password reset feature soon.