I want to insert customer data using WSI.
How should I supply the password in XML parameter?
let say i want to put "administrator" as a password
I want to insert customer data using WSI.
How should I supply the password in XML parameter?
let say i want to put "administrator" as a password
Last edited by duke; 12-09-2009 at 12:27 AM.
You just have to specify the <Password> node in your xml command.
e.g.
SaltKey - (-1) allows the software to encrypt the password (hash+salt actually).Code:<Email>alfred123@aspdotnetstorefront.com</Email> <Password>Administrator</Password> <SaltKey>-1</SaltKey> <PwdChangeRequired>1</PwdChangeRequired>
PwdChangeRequired - if 1, users are required to change their passwords upon login.
is it possible to read-back the encrypted password?
Its not possible to decrypt the encrypted password, no
passwords are not encrypted, they are one-way salted+hashed per visa standard requirements, and unrecoverable once done...they can only be matched for a login, or reset to a new one time use password for the user.
This, unlike other carts, may seem odd, but it's per payment industry standard certification requirements, so these things all have value, and a rationale why
AspDotNetStorefront
Shopping Cart