Hey Geert,

I'm sorry to hear you are sick!  Have a good rest, and get well soon. :)

Josh
--
Joshua Hansen
Up Bear Enterprises
(541) 760-7685



Geert Bevin wrote:
Hi Henk,

just wanted to tell you that I haven't forgotten about this, but I'm struck down in bed with the flu. As soon as I'm better I'll take a look at it.

Take care,

Geert

On 28 Mar 2007, at 22:23, Henk wrote:

I'm probably stupid, but I tried this :

RoleUserAttributes attr = users.getAttributes("admin");
System.out.println("id: " + attr.getUserId() + " pass: " + attr.getPassword());

it gives me "id: 4 pass: null"

thanks

Henk

On 28 Mar 2007, at 21:23, Geert Bevin wrote:

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);

if (getInputLong("userid") > 0) {
    user_id = getInputLong("userid");
System.out.println("pass: " + users.getAttributes(users.getLogin(user_id)).getPassword());
}

This always returns "pass: null". Setting the password however works fine.
Is there another way (apart from using my own sql statement) ?

Thanks

Henk

Henk
[EMAIL PROTECTED]



_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Henk
[EMAIL PROTECTED]



_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


--
Geert Bevin
Uwyn "Use what you need" - http://uwyn.com
RIFE Java application framework - http://rifers.org
Music and words - http://gbevin.com


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users


_______________________________________________
Rife-users mailing list
Rife-users@uwyn.com
http://lists.uwyn.com/mailman/listinfo/rife-users

Reply via email to