Password Change and Reset

LS Omni version 4.10 and LS Central 16.0 have a new function to handle passwords, PasswordChange and PasswordReset.

To reset a password or to create a new password for an existing Contact, call PasswordReset first. To reset a password, call the function with the user name. The function returns a token that should be used to send an email to the Contact and be used in PasswordChange in the next step.

To change a password for an existing contact

Call PasswordChange with userName, newPassword, oldPassword

To reset a password for an existing contact

Call PasswordReset with userName to get a token

Call PasswordChange with userName, token, newPassword

To register a new login and password for a new contact

Call PasswordReset with email address to get a token

Call PasswordChange with new userName, token, newPassword