|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Disable ACEGI lastLogin?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 |
|
|
Re: Disable ACEGI lastLogin?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?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 |
|
|
Re: Disable ACEGI lastLogin?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 > > > > > > > |
| Free embeddable forum powered by Nabble | Forum Help |