Search code examples
phplaravel-4cartalyst-sentry

A user was found to match all plain text credentials however hashed credential [password] did not match


With Laravel 4.1, I am able to login into my admin panel with the same user name and password. After I deployed the solution to our server, following error shows on login:

A user was found to match all plain text credentials however hashed credential [password] did not match.

Anyone faced with this please?


Solution

  • You can try to change the Default Hasher to sha256 in the config file :

    app/config/packages/cartalyst/sentry/config.php