mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Can't log into fresh installation #368
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 @philer on GitHub (Oct 22, 2023).
I just installed Planka for the first time on TrueNAS via the official charts here. The site is accessible on my local network (login page) but I can't login. The default
demo@demo.demowith passworddemodoesn't work ("Invalid e-mail or username").Anything I can do to fix that? Also shouldn't there be some kind of registration form?
I'm not quite sure if this is an issue with Planka or the configuration in those charts, but since the configuration looks fairly standard I thought I'd ask here first.
@daniel-hiller commented on GitHub (Oct 22, 2023):
Hi,
the TrueNAS charts are not maintained by us.
We have updated planka, a few times in the last days.
Please ask the maintainer of the chart for an update.
Greetings
Daniel
@meltyshev commented on GitHub (Oct 22, 2023):
Hi! It seems we forgot to add a recent change to the documentation about creating an initial admin account.
You need to add these environment variables:
And then the initial user will be created at startup.
UPD: unfortunately I don't know how to add them in your case, but if
helm installis used, they can be added via--set env.DEFAULT_ADMIN_EMAIL="YOUR_ADMIN_EMAIL" --set env.DEFAULT_ADMIN_PASSWORD="YOUR_ADMIN_PASSWORD" --set env.DEFAULT_ADMIN_NAME="DEFAULT_ADMIN_NAME" --set env.DEFAULT_ADMIN_USERNAME="DEFAULT_ADMIN_USERNAME".@philer commented on GitHub (Oct 22, 2023):
Thanks, I'll pass it on.
It's already up-to-date.