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
Currently we only support validation of existing BCrypt password hashes. To be able to migrate a user's password to BCrypt, the implementation of the two methods encode and encodedCredential in the Typo3BCryptPasswordHashProvider class is required.
If we want to support custom parameters (which bcrypt version, salt length, etc), we would need to implement custom PasswordPolicyProvider as well.
The text was updated successfully, but these errors were encountered:
Currently we only support validation of existing BCrypt password hashes. To be able to migrate a user's password to BCrypt, the implementation of the two methods encode and encodedCredential in the Typo3BCryptPasswordHashProvider class is required.
If we want to support custom parameters (which bcrypt version, salt length, etc), we would need to implement custom PasswordPolicyProvider as well.
The text was updated successfully, but these errors were encountered: