Update remarkbox/models/user.py
This commit is contained in:
parent
313f9175c5
commit
7dd16fac1b
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ class User(RBase, Base):
|
|||
stored_hash.encode("utf-8"),
|
||||
).decode("utf-8")
|
||||
|
||||
#log.info("new_hash={} stored_hash={}".format(new_hash, stored_hash))
|
||||
log.info("new_hash={} stored_hash={}".format(new_hash, stored_hash))
|
||||
|
||||
if new_hash == stored_hash:
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue