简体   繁体   中英

Grails project login plugin

I am using a Grails project , in which for logging in the site grails plugin(Springsecurity) is used, which checks and authorizes with login id and password . But I don't have any idea that how does it do it , i guess it uses 'j_spring_security_check' . I want to put one more check except the password check related to the ip of the user , how to and where to do it ?

您可以按照docs中所述使用适当的事件关闭。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM