def checkPassword(self, password): return self.checkMD5Password(md5.md5(password).digest()) # IUsernameMD5Password