Page MenuHomePhorge

Password Policy
ClosedPublic

Authored by machniak on Jan 25 2022, 11:59 AM.
Tags
None
Referenced Files
F12449346: D3319.diff
Fri, May 31, 11:12 AM
Unknown Object (File)
Thu, May 30, 2:31 PM
Unknown Object (File)
Sun, May 26, 7:47 PM
Unknown Object (File)
Sun, May 26, 7:46 PM
Unknown Object (File)
Sun, May 26, 1:55 AM
Unknown Object (File)
Fri, May 24, 1:38 PM
Unknown Object (File)
Sun, May 5, 10:12 AM
Unknown Object (File)
Sun, May 5, 1:08 AM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK9ae41aa9253e: Password Policy
Summary

This is done on top of D3301: Password reset link

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/password-policy
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 38137
Build 15427: arc lint + arc unit

Event Timeline

machniak created this revision.
mollekopf subscribed.
mollekopf added inline comments.
src/database/migrations/2022_01_13_100000_verification_code_active_column.php
32

doesn't belong in here?

This revision is now accepted and ready to land.Jan 26 2022, 1:13 PM
src/database/migrations/2022_01_13_100000_verification_code_active_column.php
32

Well, it does not hurt either. While doing migrate:refresh (which I do quite often) I encountered a failure, because it tried to modify a table that didn't exist.

  • Change password policy checker icons
  • Make sure password policy can't set min/max length to smaller/greater value than the system settings
This revision was automatically updated to reflect the committed changes.