[jboss-user] [Beginners Corner] - Re: Basic AUhentication:Updating password dinamically

PeterJ do-not-reply at jboss.com
Fri Jun 12 19:31:42 EDT 2009


My recommendation is to use a database login module. Then your app can change the passwords at any time by submitting an update request to the database.

If you want to use properties file, you app could modify the users properties file to change the password. Hopefully the app server doesn't cache the passwords but you could easily check this manually before writing any code.

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

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



More information about the jboss-user mailing list