-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add hour options (4, 8, 12, 16) to password expiration presets #7369
Comments
This seems like a password that is issued to you by a centralized authentication service then. Is that true? If so you wouldn't necessarily want to mark it as expired by every 12 hours just refresh the password given and enter it into that same entry. Either way, you can manually edit the time field in the expired field to set the hours. |
We use checkout IDs/passwords on a daily basis. Our standard is 12 hour password expiration for most user IDs. It would be useful if there were a preset for 12 hours. I know i can modify the expiration time, but since I do this daily, a preset would be handy. |
Related to #4896. |
* Add hours precision to TimeDelta * Add 12 hours expiration preset Fixes #7369
* Add hours precision to TimeDelta * Add 12 hours expiration preset Fixes keepassxreboot#7369
* Add hours precision to TimeDelta * Add 12 hours expiration preset Fixes keepassxreboot#7369
Summary
Add options for expiring passwords after smaller increments such as 4 hours, 8 hours 12 hours etc. Better yet, allow me to add custom presets to what I need.
Examples
Expires after Presets: 4 hour, 8 hour, 12 hour, Custom
Context
We use passwords that expire after 12 hours.
The text was updated successfully, but these errors were encountered: