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