开发者

Grails/Acegi disabled users question

I have a Grails app with acegi security, and I just found some users with their "enabled" field in false, when they were set to true after an approval process.

My question is: May it have happened because of a maximum login attempts reached ? If so, wh开发者_StackOverflow社区ere is it configured ?

Thanks.


There's no support for maximum login attempt checking in the plugin. If it's implemented it may be custom code but it'd probably use an event handler. If it's custom code you'd probably have beans defined in resources.groovy, and/or possibly bean property changes in BootStrap.groovy. If it's using an event, the callback(s) would be in SecurityConfig.groovy - see http://www.grails.org/AcegiSecurity+Plugin+-+Acegi+Events

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜