025acf6 Only call pwquality once per password.

Authored and Committed by dshea 10 years ago
    Only call pwquality once per password.
    
    Redefined validatePassword so that it returns validity, strength, and a
    reason all at once. validatePassword no longer raises PWQError on weak
    passwords.
    
        
file modified
+1 -0
file modified
+53 -32