Have you tried to override getUsername() in your login module?
Somewhat like:
return super.getUsername().toLowerCase();
If that doesn't work, a javascript in login.jsp onSubmit() should be a dirty option as
well?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183240#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...