Page MenuHomePhorge

Password expiration notification
ClosedPublic

Authored by machniak on Feb 16 2022, 1:54 PM.
Tags
None
Referenced Files
F12249270: D3379.id10087.diff
Sun, May 19, 2:13 PM
F12245784: D3379.id9658.diff
Sun, May 19, 10:37 AM
Unknown Object (File)
Sat, May 18, 11:33 AM
Unknown Object (File)
Fri, May 17, 2:40 PM
Unknown Object (File)
Wed, May 8, 8:34 PM
Unknown Object (File)
Sat, May 4, 10:01 PM
Unknown Object (File)
Fri, May 3, 4:49 AM
Unknown Object (File)
Thu, May 2, 12:38 PM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK8a62ff5ce853: Password expiration notification
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/password-retention
Lint
Lint Warnings
SeverityLocationCodeMessage
Warningsrc/resources/views/emails/html/password_expiration_reminder.blade.php:1PHPCS.W.Internal.NoCodeFoundInternal.NoCodeFound
Warningsrc/resources/views/emails/plain/password_expiration_reminder.blade.php:1PHPCS.W.Internal.NoCodeFoundInternal.NoCodeFound
Unit
No Test Coverage
Build Status
Buildable 38461
Build 15547: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Add missing command description
  • Merge branch 'master' into dev/password-retention
mollekopf subscribed.

Using months as unit of the max_password_age seems rather coarse, but if it's good enough for the end users it's good enough for me (don't know to which extent this has already been discussed).

src/app/Console/Commands/PasswordRetentionCommand.php
49

I think skipping suspended users makes sense. I wouldn't skip degraded users.

src/app/Traits/UserConfigTrait.php
40

nitpick: intval($value) > 0 would do the job I think.

This revision is now accepted and ready to land.Apr 1 2022, 10:46 AM
  • Merge branch 'master' into dev/password-retention
This revision was automatically updated to reflect the committed changes.