bcrypt_init doesn't set BCRYPT_LOG_ROUNDS
jeverling opened this issue · 1 comments
jeverling commented
Hi,
bcrypt_init
sets _log_rounds
to app.config['BCRYPT_LOG_ROUNDS']
, but only for the local context of bcrypt_init
.
generate_password_hash
uses the default value of 12 again.
Best Regards,
Jesaja Everling
maxcountryman commented
Thanks!
Fixed as of: d37d521