Quote:
Originally Posted by jrjespersen
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?