tags:

views:

46

answers:

1

Hi, where can I put a println in order to register a user's successful authentication in grails using acegi ?

Thanks

A: 

You can add an event callback, see http://grails.org/AcegiSecurity+Plugin+-+Acegi+Events

Burt Beckwith