Open DanielKraemer opened 5 years ago
Have you tired setting a maximum age in the settings? If you do this, the password will be marked as outdated and you can see all of them in the security section.
Thanks for your reply.
This would be start, but I don't want this for every password
If someone wants to implement this feature, they can give it a go.
It could be done like this:
\OCA\Passwords\Helper\SecurityCheck\UserRulesSecurityCheck::getRevisionSecurityLevel
should mark the password as outdated\OCA\Passwords\Notification\BadPasswordNotification
and \OCA\Passwords\Mail\BadPasswordMail
could be extended to specifically highlight the newly expired passwordsOne downside is that the app can just tell you that a password has expired and maybe have a link there, but it can't give you the name as this might be E2EE encrypted.
Hi,
it would be very nice if I could set reminder for renewing passwords, also as a calendar for setting a password expiring time.
If you give me instructions how to, I feel free to contribute to this useful app