passwords icon indicating copy to clipboard operation
passwords copied to clipboard

Renew / Expire Function

Open DanielKraemer opened this issue 5 years ago • 3 comments

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

DanielKraemer avatar Mar 28 '19 11:03 DanielKraemer

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.

marius-wieschollek avatar Mar 29 '19 11:03 marius-wieschollek

Thanks for your reply.

This would be start, but I don't want this for every password

DanielKraemer avatar Apr 04 '19 10:04 DanielKraemer

If someone wants to implement this feature, they can give it a go.

It could be done like this:

  • Add a new field for passwords to save the expiry date
  • When the date is passed, \OCA\Passwords\Helper\SecurityCheck\UserRulesSecurityCheck::getRevisionSecurityLevel should mark the password as outdated
  • And \OCA\Passwords\Notification\BadPasswordNotification and \OCA\Passwords\Mail\BadPasswordMail could be extended to specifically highlight the newly expired passwords

One 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.

marius-wieschollek avatar Nov 11 '23 11:11 marius-wieschollek