Exemplo n.º 1
0
 def check_password(self, password):
     return MyHash.verify(password, self.password)