I'm currenlty developing a Symfony project, and I'm using the FOSUserBundle. I'm customizing the login page, and my question is, can I change login form names that need to be passed to /login_check? They suppose to be _username and _password, but can I change them to anything else? So, where do I need to configure that?
Thanks a lot, Bart