Closed lwilli90 closed 10 months ago
The generate_password_hash function using method='sha256' is unsupported now and generates an error, changing this to method='pbkdf2:sha256' fixes this error and works as expected.
duplicate pull request
The generate_password_hash function using method='sha256' is unsupported now and generates an error, changing this to method='pbkdf2:sha256' fixes this error and works as expected.