You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please support the Bcrypt $2y$ password hash format. This format is used by PHP in it's password_hash() function which is commonly used in PHP and supporting the format would make migration of data from PHP a whole lot easier.
The text was updated successfully, but these errors were encountered:
Could you please support the Bcrypt
$2y$
password hash format. This format is used by PHP in it'spassword_hash()
function which is commonly used in PHP and supporting the format would make migration of data from PHP a whole lot easier.The text was updated successfully, but these errors were encountered: