Reset forgotten password? #247

Open
opened 2026-02-04 18:05:32 +03:00 by OVERLORD · 6 comments
Owner

Originally created by @scepterus on GitHub (Nov 19, 2022).

Hello,
I've been using planka for a couple of months now and have a lot of data on it.
I've run into an issue twice now where I was somehow locked outside and could not access it.
Once was when I migrated to a new form of docker, luckily then I had a backup of the db folder, so I just pointed the docker to that, and I was good.
Now is the second time, since it won't accept my password. What I suspect happened was during the first issue I mentioned, there was a time I tried setting up planka from scratch and forgot about the backup. That password was saved to my browser on top of the old one.

Anyway, now I am stuck outside the gui, with no password and no way back in, since if I remember correctly, I removed the demo account.

I tried accessing the password from the postgress db, but my knowledge of db syntax is limited, and I doubt it's saved there anyway in plain text.

How can I get back in then? If not, is there a way for me to get the data out?
Also, there should be a way to export/backup boards or projects outside in case you want to migrate them to another instance.
Thanks.

Originally created by @scepterus on GitHub (Nov 19, 2022). Hello, I've been using planka for a couple of months now and have a lot of data on it. I've run into an issue twice now where I was somehow locked outside and could not access it. Once was when I migrated to a new form of docker, luckily then I had a backup of the db folder, so I just pointed the docker to that, and I was good. Now is the second time, since it won't accept my password. What I suspect happened was during the first issue I mentioned, there was a time I tried setting up planka from scratch and forgot about the backup. That password was saved to my browser on top of the old one. Anyway, now I am stuck outside the gui, with no password and no way back in, since if I remember correctly, I removed the demo account. I tried accessing the password from the postgress db, but my knowledge of db syntax is limited, and I doubt it's saved there anyway in plain text. How can I get back in then? If not, is there a way for me to get the data out? Also, there should be a way to export/backup boards or projects outside in case you want to migrate them to another instance. Thanks.
Author
Owner

@meltyshev commented on GitHub (Nov 19, 2022):

Hello! You can follow https://github.com/plankanban/planka/issues/327 to reset your password. We will definitely add normal password recovery, if not via email, then maybe somehow via environment variables for the first time.
Backup is on our roadmap too 🙂

@meltyshev commented on GitHub (Nov 19, 2022): Hello! You can follow https://github.com/plankanban/planka/issues/327 to reset your password. We will definitely add normal password recovery, if not via email, then maybe somehow via environment variables for the first time. Backup is on our roadmap too 🙂
Author
Owner

@scepterus commented on GitHub (Nov 19, 2022):

Thanks for the superfast reply!
I found the issue, it was because I was using the hostname and not IP. I should maybe update the docker file, is there a way to have both IP and hostname in BASE_URL: ?

@scepterus commented on GitHub (Nov 19, 2022): Thanks for the superfast reply! I found the issue, it was because I was using the hostname and not IP. I should maybe update the docker file, is there a way to have both IP and hostname in BASE_URL: ?
Author
Owner

@meltyshev commented on GitHub (Nov 19, 2022):

Unfortunately, it's not possible right now 🙁 We discussed it here https://github.com/plankanban/planka/issues/298 and it really should be fixed.

@meltyshev commented on GitHub (Nov 19, 2022): Unfortunately, it's not possible right now 🙁 We discussed it here https://github.com/plankanban/planka/issues/298 and it really should be fixed.
Author
Owner

@scepterus commented on GitHub (Nov 19, 2022):

But this limitation is kind of self-imposed, no? If you do not specify the BASE_URL, it would work from anywhere, right?
I get the need for securing that, but I'm pretty sure other dockers I've used can access from both.
I could be wrong, though.

@scepterus commented on GitHub (Nov 19, 2022): But this limitation is kind of self-imposed, no? If you do not specify the BASE_URL, it would work from anywhere, right? I get the need for securing that, but I'm pretty sure other dockers I've used can access from both. I could be wrong, though.
Author
Owner

@meltyshev commented on GitHub (Nov 19, 2022):

If you do not specify the BASE_URL, it would work from anywhere, right?

Not really, the whole problem is links to uploaded files and links to static files. Planka adds the specified BASE_URL to them.

I'm gonna try to dive into this now, maybe I can fix it quickly.

@meltyshev commented on GitHub (Nov 19, 2022): > If you do not specify the BASE_URL, it would work from anywhere, right? Not really, the whole problem is links to uploaded files and links to static files. Planka adds the specified BASE_URL to them. I'm gonna try to dive into this now, maybe I can fix it quickly.
Author
Owner

@neokeats commented on GitHub (Oct 21, 2024):

Any news on a classic forgot password feature ?

@neokeats commented on GitHub (Oct 21, 2024): Any news on a classic forgot password feature ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#247