[symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Azat
I need to update field lastLoginTime when user is logged in. How can I do this? Without redirect of course, is User model in Security Bundle support this? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message

Re: [symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Christophe COEVOET
Le 07/04/2011 08:40, Azat a écrit : I need to update field lastLoginTime when user is logged in. How can I do this? Without redirect of course, is User model in Security Bundle support this? This can be done using the interactive_login event. Look at

Re: [symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Azat
And without this bundle? -- 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

Re: [symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Christophe COEVOET
Le 07/04/2011 12:09, Azat a écrit : And without this bundle? Implement your own listener on this event. The link was to show you an example on how to do this. -- Christophe | Stof -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com

Re: [symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Azat
Thanks. I will try! -- 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

Re: [symfony-users] Re: How to do something after user is authorized

2011-04-07 Thread Azat
Thanks a lot. It works! -- 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] Re: How to do something after user is authorized

2011-04-06 Thread Javier Garcia
Could you give more details, please? On Apr 6, 1:33 pm, Azat a3at.m...@gmail.com wrote: How can I update some field in DB (i.e. Last time of login) ? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because