[jboss-user] [JBoss Portal] - Re: Enabling CaseInsensitiveness for username

PeterJ do-not-reply at jboss.com
Thu Jul 23 17:41:27 EDT 2009


The easiest thing would be to place the usernames in lowercase in the setup.txt file (the load is done directly by Hibernate and thus the validateUserNameCase is not used). Or you could extend the existing IdentifyLoginModule and use uppercase names. All you would have to provide is the getUserName method. Its in jboss-epp-4.3-src/portal/modules/identity/identity/src/main/org/jboss/portal/identity/auth/IdentityLoginModule.java in the source download.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4245691#4245691

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245691



More information about the jboss-user mailing list