vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
282 stars 64 forks source link

First run at password complexity implementation. #44

Closed dfish3r closed 7 years ago

dfish3r commented 7 years ago

Uses interval notation to declare the range of password lengths for which a given set of rules apply. See #43.

dfish3r commented 7 years ago

Pushed fixes for most comments.