-
-
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
feature/passwdExpDaysDiff #7029
feature/passwdExpDaysDiff #7029
Conversation
It is a bit simplified,
Tell me if it is sufficient or Over simplified |
I'm confused, I'd this a static value or meant to be a user editable field? If static, this should just appear on the entry preview panel. |
It is "user editable field",
You can set expiration date with the Days QSpinner or the QDateTimeEdit See "Testing strategy" above |
Codecov Report
@@ Coverage Diff @@
## develop #7029 +/- ##
========================================
Coverage 63.68% 63.68%
========================================
Files 330 330
Lines 41601 41619 +18
========================================
+ Hits 26491 26503 +12
- Misses 15110 15116 +6
Continue to review full report at Codecov.
|
Hi I've just seen: #6456 Though it is different because it is for Password Change only, yet: Or even better maybe consider this PR to be rewritten as part of #6456 by @xvallspl
|
Closing this in favor of the above solution. |
Added Days to expiration date of PasswordEntry and GroupEntry
NOTE: # ( Explain large or complex code modifications. )
NOTE: # ( If it fixes an open issue, please add "Fixes #XXX" )
Fixes #4896
Screenshots
Testing strategy
1.1 Change "expireDateInDays" see it affect "expireDatePicker" correctly.
1.2 Change "expireDatePicker" see it affect "expireDateInDays" correctly.
1.3 "expireDateInDays" min value is 0 (no negative)
1.4 Use preset button effect "expireDatePicker" and "expireDateInDays" correctly.
N/A
Type of change