Disable ACEGI lastLogin?

View: New views
4 Messages — Rating Filter:   Alert me  

Disable ACEGI lastLogin?

by Robert Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a way to disable the lastLogin functionality of Acegi?  It's causing problems with some
other Hibernate magic we've got going on.

~~ Robert Fischer, Smokejumper IT Consulting.
Enfranchised Mind Blog http://EnfranchisedMind.com/blog

Check out my book, "Grails Persistence with GORM and GSQL"!
http://www.smokejumperit.com/redirect.html



signature.asc (201 bytes) Download Attachment

Re: Disable ACEGI lastLogin?

by Burt Beckwith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

By lastLogin do you mean the SPRING_SECURITY_LAST_USERNAME string containing the last-attempted login name?

Burt

On Friday 19 June 2009 1:49:51 pm Robert Fischer wrote:

> Is there a way to disable the lastLogin functionality of Acegi?  It's causing problems with some
> other Hibernate magic we've got going on.
>
> ~~ Robert Fischer, Smokejumper IT Consulting.
> Enfranchised Mind Blog http://EnfranchisedMind.com/blog
>
> Check out my book, "Grails Persistence with GORM and GSQL"!
> http://www.smokejumperit.com/redirect.html
>
>


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email



Re: Disable ACEGI lastLogin?

by Robert Fischer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No -- it's a Date field being done.

~~ Robert.

Burt Beckwith wrote:

> By lastLogin do you mean the SPRING_SECURITY_LAST_USERNAME string containing the last-attempted login name?
>
> Burt
>
> On Friday 19 June 2009 1:49:51 pm Robert Fischer wrote:
>> Is there a way to disable the lastLogin functionality of Acegi?  It's causing problems with some
>> other Hibernate magic we've got going on.
>>
>> ~~ Robert Fischer, Smokejumper IT Consulting.
>> Enfranchised Mind Blog http://EnfranchisedMind.com/blog
>>
>> Check out my book, "Grails Persistence with GORM and GSQL"!
>> http://www.smokejumperit.com/redirect.html
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>
>
--
~~ Robert Fischer, Smokejumper IT Consulting.
Enfranchised Mind Blog http://EnfranchisedMind.com/blog

Check out my book, "Grails Persistence with GORM and GSQL"!
http://www.smokejumperit.com/redirect.html



signature.asc (201 bytes) Download Attachment

Re: Disable ACEGI lastLogin?

by Burt Beckwith :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's not functionality that the plugin provides, must be something app-specific. There's probably an 'onAuthenticationSuccessEvent' event callback in SecurityConfig.groovy - see http://grails.org/AcegiSecurity+Plugin+-+Acegi+Events

Burt

On Friday 19 June 2009 2:31:45 pm Robert Fischer wrote:

> No -- it's a Date field being done.
>
> ~~ Robert.
>
> Burt Beckwith wrote:
> > By lastLogin do you mean the SPRING_SECURITY_LAST_USERNAME string containing the last-attempted login name?
> >
> > Burt
> >
> > On Friday 19 June 2009 1:49:51 pm Robert Fischer wrote:
> >> Is there a way to disable the lastLogin functionality of Acegi?  It's causing problems with some
> >> other Hibernate magic we've got going on.
> >>
> >> ~~ Robert Fischer, Smokejumper IT Consulting.
> >> Enfranchised Mind Blog http://EnfranchisedMind.com/blog
> >>
> >> Check out my book, "Grails Persistence with GORM and GSQL"!
> >> http://www.smokejumperit.com/redirect.html
> >>
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe from this list, please visit:
> >
> >     http://xircles.codehaus.org/manage_email
> >
> >
> >
>


signature.asc (204 bytes) Download Attachment