-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Change password dont lose login #2534
Comments
I don't know of too many other systems that invalidate existing sessions on password change. In fact most systems ask if you want to log out existing sessions specifically and separately from password changes. |
But this is a Feature Request and not a bug report so: Because of the number of requests and the very limited resources we have as a free open-source project run by volunteers, we ask that you open all Feature Requests at our Discourse Forum. Thank you for your understanding. |
I mean systems like google and discord does that. |
Fixed in v6 |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
Should issues that are WIP be considered complete/stale? |
They probably should not be marked as stale... |
@yubiuser Edit: Should the discussion about that github action be on a separate bug report? Just to move unrelated discussion off this issue and not tagging unrelated people. |
No, just a hint which labels are exempt. But I'm planing to change that anyway ... we agreed to unify the lables used across all repos.
You're right. The workflow only triggers once a day at 08:00. A good value might be something between every 15 and 60 minutes. Do you want to PR this? |
Or even better: keep the run at 08:00 and add https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#issue_comment |
Nah, I am not near a computer. You start a PR? |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
@yubiuser It seems that WIP issues still get marked as stale |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
Nope |
This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days. |
The issue should be finally completely fixed by pi-hole/FTL#1630 in FTL v6 |
Versions
Platform
Expected behavior
So i was messing with password and tryied to change it using the command
pihole -a -p test
and went back to the pihole and still had login.Actual behavior / bug
After change password login should be lost to avoid security issues.
The text was updated successfully, but these errors were encountered: