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

Authored and Committed by pingou 8 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