I'm developing an application with Symfony2 and FOSUserbundle.
When a user logs in on the system I want to redirect them to /user/username, were username obviously change with every user.
One option of Security.yml is default_target_path. Is it possible to set default_target_path to a dynamic path or I need to override the class of FOSUB on charge of login.