Esempio n. 1
0
 def check_password(self, value):
     """Check password."""
     return hashing.check_value(self.password, value)
Esempio n. 2
0
 def check_password(self, value):
     """Check password."""
     return hashing.check_value(self.password, value)