Page MenuHomekolab.org

Password Policy
ClosedPublic

Authored by machniak on Jan 25 2022, 11:59 AM.

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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

machniak requested review of this revision.Jan 25 2022, 11:59 AM
machniak created this revision.
mollekopf accepted this revision.Jan 26 2022, 1:13 PM
mollekopf added a subscriber: mollekopf.
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
machniak added inline comments.Jan 26 2022, 2:21 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.

machniak updated this revision to Diff 9487.Jan 27 2022, 2:36 PM
  • Change password policy checker icons
  • Make sure password policy can't set min/max length to smaller/greater value than the system settings
Harbormaster completed remote builds in B38137: Diff 9487.
This revision was automatically updated to reflect the committed changes.