gpt4 book ai didi

php - Symfony2 登录 - 错误凭证

转载 作者:行者123 更新时间:2023-11-29 14:13:58 25 4
gpt4 key购买 nike

我一直在尝试让数据库登录系统与 Symfony2 一起工作。我已经阅读了文档,但现在我完全不知道该怎么做......

每次我尝试登录时,我都会收到“错误凭据”。

实现 UserInterface 的“User”类在这里:

http://pastebin.com/9uzbwM9v

“UserRepository”类在这里:

http://pastebin.com/Gn0AbZb4

“security.yml”文件位于此处:

http://pastebin.com/50FUNnbq

数据库方案是这样的:

http://pastebin.com/5nj0rXhs

我只是不知道从这里到哪里去... :L 我一直在环顾四周,但我只是没有得到教程中的其他一些东西,也许这只是一天中的时间!这是漫长的一周...

任何帮助将不胜感激。

最佳答案

乍一看,您的 loadUserByUsername 方法中有一个小拼写错误:

->where('u.account_name = :usefdgdfgfrname OR u.account_email = :email')

应该是:

->where('u.account_name = :username OR u.account_email = :email')

关于php - Symfony2 登录 - 错误凭证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13002342/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com