Hi,

How to get (simply) a password from the Turbine table Visitor
then the user has not logged?!

I mean it's not easy to make it if the user is not logged!
I nead this when a webuser has forgot his password!
somebody has the same problem and find a simply solution?!

I began with this but is it a wrong way I think (?!)

           Criteria c =  new Criteria();
           c.add(TurbineUserPeer.USERID, visitor_id);
           Vector v = TurbineUserPeer.doSelect(c);
           TurbineUser u= (TurbineUser) v.elementAt(0);
           String password = u.getPassword();

thanks for help

J.G.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to