[jboss-user] [JBoss Portal] - Re: Making usernames case-insensitive
bvogt
do-not-reply at jboss.com
Mon Oct 20 09:30:19 EDT 2008
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#4183240
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183240
More information about the jboss-user
mailing list