I am using your example and PR8 but it doesn't work, in my case my method getSalt return null, because I am not encripting the password.
> public function getSalt() > { > return null; > } When I introduce the username and passwork incorrect it is shown "Bad credentials" but if the username and password are correct it doesn`t return anything but it doesn't redirect to following path (/demo/ hello). > secured_area: > pattern: /demo/.* > form_login: > check_path: /demo/login_check > login_path: /demo/login > always_use_default_target_path: true > default_target_path: /demo/hello/ > logout: > path: /demo/logout > target: /demo/login ah! and in bottom page it appears a link "not authenticated" and if I click on it , this shows me a message: >Security: >No token Could someone help me? , please!! -- 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