[jboss-user] [JBoss Portal] - Re: Login information cached? Interceptor?

2009-07-23 Thread PeterJ
mars76, please do not ask unrelated questions in someone else's topic. Instead, 
start a new topic (and when you do, state which database you are using).

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245638
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Login information cached? Interceptor?

2009-07-23 Thread mars76
Hi,

  I am trying to allow the users to login using either lowercase or uppercase 
username. 

I have updated the login-config.xml file to include the following setting

   false

Still it doesn't allow the user to login using the lowercase. i have created 
the usernames in uppercase and they are stored in a sql DB.

Thanks
Mars

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4245568
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Login information cached? Interceptor?

2009-07-14 Thread AntonKronseder
Thanks a lot for your help.
That was exactly what I was looking for.

Best regards,

Anton


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243474
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Portal] - Re: Login information cached? Interceptor?

2009-07-13 Thread matallen
Jboss AS does cache login info:

ie. if you try to login incorrectly once, then change the database directly to 
disable the user, then flick back to the browser and try to login again it will 
NOT tell you that the user has been disabled.

To turn off user caching in JBoss AS, edit the jboss-service.xml file in 
JBOSS_HOME/server/default/conf

Change the "DefaultCacheTimeout" from the default 1800 to 0 to disable the 
LoginUserModule cache.

Hope this helps,
Mat

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4243321
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user