This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello, I'm testing the simple web application which use standard form based authentication. I've tested with file realm and jdbc realm and it works fine. The problem is when I want change password by use realm. I can't find way how change password without use direct connection to database. Is any mechanism implemented in realm to change password? I think that should be, e.g. to change to ldap realm only I should configure application server and change web.xml. Is possible to create new user by using realm? I use jdk 1.5, Sun Java System Application Server 9.
Thanks a lot, Chris.
[ September 05, 2007: Message edited by: Krzysztof Malik ] [ September 05, 2007: Message edited by: Krzysztof Malik ]
Yes, it's possible. In the admin console, click on your realm and click the manage users button. Then select new user.
J2EE Architect/Developer
Krzysztof Malik
Greenhorn
Joined: Jul 24, 2007
Posts: 4
posted
0
Thanks for reply but I want to authorized user could change his password via web application. [ September 06, 2007: Message edited by: Krzysztof Malik ]