UserManagementService getPassword/getDigestPassword always null

View: New views
1 Messages — Rating Filter:   Alert me  

UserManagementService getPassword/getDigestPassword always null

by GillesH () :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

a submission already exist for this issue but without a solution.

UserManagementService mgtService  = (UserManagementService) col.getService("UserManagementService", "1.0")
User u  = mgtService.getUser("someone");
System.out.println(u.getName() >>>>> OK
System.out.println(u.getDigestPassword())  >>>>> ALWAYS NULL !
System.out.println(u.Password())  >>>>> ALWAYS NULL !

Is there a protection on theses method ?
Does I  change something in the conf.xml, I did not find it if it is the case ?
In advance many thanks for your help
Gilles