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

Reply via email to