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

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