b853a3 We want to compare the password stored with the password given

Authored and Committed by Pierre-Yves Chibon 10 years ago
    We want to compare the password stored with the password given
    
    But since we stored the encrypted version of the password, we need to
    compare it with the encrypted version of the password given, not the
    clear text version.
    
        
file modified
+2 -1