Re: [Rife-users] users password not retrievable

2007-04-09 Thread Henk
I can see the password in the tables. It is even unencrypted. Also authenticating works. Strange. Henk On 06 Apr 2007, at 09:43, Geert Bevin wrote: When I try this code, it just works. Are you sure you actually stored a password for the users in the database? Can you check with a

Re: [Rife-users] users password not retrievable

2007-04-09 Thread Geert Bevin
If that doesn't work out, the only thing that I can ask you is to send me a self-contained example (using an embedded database) so that I can try exactly what you're doing. For me, this works. On 09 Apr 2007, at 10:57, Henk wrote: I'm sure. Note that it returns the correct userid, just not

[Rife-users] users password not retrievable

2007-03-28 Thread Henk
Hi, I'm making a frontend for the users management of my webapp. I try to retrieve the user's password this way : users = DatabaseUsersFactory.getInstance(datasource); if (getInputLong(userid) 0) { user_id = getInputLong(userid); System.out.println(pass: +

Re: [Rife-users] users password not retrievable

2007-03-28 Thread Geert Bevin
Hi Henk, The userid is not the same as the login. ;-) Hope this helps, Geert On 28 Mar 2007, at 19:43, Henk wrote: Hi, I'm making a frontend for the users management of my webapp. I try to retrieve the user's password this way : users = DatabaseUsersFactory.getInstance(datasource);