This commit is contained in:
parent
8384d82017
commit
122e246479
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class broker:
|
|||
self.cfexec("UPDATE nickserv SET hash=? WHERE user=?;", [temphash, nick])
|
||||
else:
|
||||
try:
|
||||
hash = ph.verify(e[0]["hash"])
|
||||
hash = ph.verify(e[0]["hash"], password)
|
||||
except:
|
||||
hash = False
|
||||
return self.parse2sqlite(e[0]) if hash else False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue