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.
我希望允许用户绕过登录表单,而是通过在查询字符串中发送用户名和密码来登录,有人能指出我应该开始覆盖/破解 fosuserbundle 的正确方向吗?=)
还是我必须一起编写自己的登录控制器?
我要做的是,就像我在评论中所说的那样,依靠浏览器的用户名/密码记住功能,并在查询字符串中输入一个值,例如 ?autoLogin=true ,然后激活一个 javascript 页面加载后提交表单。因此依靠浏览器记住媒体服务器的密码。