[JBoss-user] [JBoss Portal] - Re: Crypting problem

2006-06-28 Thread david.c.florin
Sory for double post! I have succed to store the password uncrypt by modifying in the class UserProfile userModule.createUser(uname, Tools.md5AsHexString(pass1), realEmail); to userModule.createUser(uname,pass1, realEmail); But where should I modify to get the password like is stor

[JBoss-user] [JBoss Portal] - Re: Crypting problem

2006-06-27 Thread david.c.florin
I have already a huge table with users and there the password is not crypted ,and that table is also used by another program wich don't encrypt password.I whant to use that table for portal users but don't change her structure. If you could you give me an advice , I will apreciate! View

[JBoss-user] [JBoss Portal] - Crypting problem

2006-06-27 Thread david.c.florin
I don't whant the password to be crypted in the datbase table. Could someoane help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953696#3953696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953696 Using Tomcat bu