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