Open rube200 opened 1 year ago
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. For example if some reason the password gets compromise it will be a gate after changing the password until it expires.
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 WIP
is not in that list however. Should that be a PR?
Edit: Also, perhaps that CRON job should run more frequently. It is confusing to see that label don't get removed in a few minites after a comment.
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.
Should that be a PR?
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.
Also, perhaps that CRON job should run more frequently. It is confusing to see that label don't get removed in a few minites after a comment
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?
A good value might be something between every 15 and 60 minutes.
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 https://github.com/pi-hole/FTL/pull/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.