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
"even if you already have some passwords encoded using a different cost" - Dear Symfony documentation: encoding !== hashing
Although we use encoder term extensively (because of the security.yml configuration) we may review the explanations to see if we could use instead the hashing term in some cases, which is more common when talking about passwords.