9ce0b3 Rename get_password to check_password and give it the seed used at first

Authored and Committed by Pierre-Yves Chibon 10 years ago
    Rename get_password to check_password and give it the seed used at first
    
    We used to have a global seed for all the passwords, stored in the
    configuration of the application. But the backend cannot access this
    configuration, so it needs to be given to the function.
    
        
file modified
+2 -3