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
[email protected]
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
[email protected]
http://lists.uwyn.com/mailman/listinfo/rife-users