
17
Sep, 13
Grails Spring-Security login with username or email ignoring case
In my a previous project I was told to do authentication using spring-security where user can login with username or email and both can be case insensitive. For implementing the same I did following: First install the spring-security-core plugin in your application...
Recent Comments