0

这是我的安全登录设置

form_login:
                # the user is redirected here when he/she needs to login
                login_path:                     /login

                # if true, forward the user to the login form instead of redirecting
                use_forward:                    false

                # submit the login form here
                check_path:                     /login_check

                # by default, the login form *must* be a POST, not a GET
                post_only:                      true

我想问我是否需要制作控制器并为 /login 和 /login 检查定义路由

因为我没有在任何地方定义这些路线

4

1 回答 1

2

只需使用FOSUserBundle为您准备的一切。

https://github.com/FriendsOfSymfony/FOSUserBundle

于 2012-07-17T02:30:28.863 回答