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.
我为 Symfony2 使用 FOSUserBundle。身份验证失败和注销后如何更改页面重定向?谢谢!
您可以在 security.yml 中自定义表单登录:
例子:
firewalls: main: form_login: failure_path: /login_failure_redirect logout: target: /logout_redirect