Hi, I am using "sfguardplugin" for everything related to credentials at the backend(generated with the backend generator). I have added a combobox language selector based on Jobbet's tutorial, and everything works fine.
The only problem i got is the login page generated by the pluggin, eveytime i try to change the language it does not worck, the post generated by the combobox to the action: www.mysite.com/backend_dev.php/change_language? never be executed. Is like somewhere the plugin intercepts the post and avoid the execution of if. After changing the language the url becomes to: http://www.mysite.com/backend_dev.php/change_language?language=en&_csrf_token=xxxxxx As you can see the redirection that has the "change_language" action is necer executed. Any idea? Cheers -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en