Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Laravel 4.1,我可以使用相同的用户名和密码登录到我的管理面板。在我将解决方案部署到我们的服务器后,登录时显示以下错误:
发现用户匹配所有纯文本凭据,但散列凭据 [密码] 不匹配。
请问有人遇到过这种情况吗?
您可以尝试在配置文件中更改Default Hasher为:sha256
Default Hasher
sha256
app/config/packages/cartalyst/sentry/config.php