Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 5 of 5

Thread: How I should supply the password?

  1. #1
    duke is offline Junior Member
    Join Date
    Nov 2009
    Posts
    28

    Smile How I should supply the 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.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    You just have to specify the <Password> node in your xml command.

    e.g.
    Code:
    <Email>alfred123@aspdotnetstorefront.com</Email>
    <Password>Administrator</Password>
    <SaltKey>-1</SaltKey> 
    <PwdChangeRequired>1</PwdChangeRequired>
    SaltKey - (-1) allows the software to encrypt the password (hash+salt actually).
    PwdChangeRequired - if 1, users are required to change their passwords upon login.

  3. #3
    duke is offline Junior Member
    Join Date
    Nov 2009
    Posts
    28

    Default read the password

    is it possible to read-back the encrypted password?

  4. #4
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    Its not possible to decrypt the encrypted password, no

  5. #5
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    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