Re: [qmailtoaster] password complexity and length

2018-04-04 Thread Jeff Koch
You can insert javascript password rules in the html code templates for qmailadmin. Here's a simple password strength javascript that goes in the top of mod_user.html function passwordStrength(password) {     var desc = new Array();     desc[0] = "Very Weak";     desc[1] = "Weak

[qmailtoaster] password complexity and length

2018-04-04 Thread Gary Bowling
Last time I checked it was either not possible or not easy to implement password rules one the toaster. But that was a long time ago. Has anything changed in that regard? -- Gary Bowling --