View Single Post
  #6 (permalink)  
Old 02-15-2008, 10:07 AM
jrjespersen jrjespersen is offline
Member
 
Join Date: Nov 2007
Posts: 31
Default UserManagement API documentation

Quote:
Originally Posted by jrjespersen View Post
I read something in the docs yesterday about using encryption and calling the web service. I will try to find that and reference it in this thread as well.
I found the reference in the doc, but it's not directly related. In UserManagementAPI.pdf on page 22 (in the section Authenticating users), the second example has this text in the description:

Quote:
Authenticate a non-network user based on the provided user name and password. When password encryption is
enabled, the UserManager will hash the password before comparing it against the password stored in the database.
However, the example shows using the UserManager object directly through the API, not through the web service. But in my situation, does the User Management web service use the UserManager object in a way that this statement should apply to it?

Last edited by jrjespersen : 02-15-2008 at 10:16 AM.
Reply With Quote