Skip to content
Snippets Groups Projects
Commit ff8b8711 authored by David Baker's avatar David Baker
Browse files

Stop using checkpw as it seems to have vanished from bcrypt. Use...

Stop using checkpw as it seems to have vanished from bcrypt. Use `bcrypt.hashpw(password, hashed) == hashed` as per the bcrypt README.
parent c0147f86
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment