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 2 of 2

Thread: Retrieve Hashed Password

  1. #1
    mquinto is offline Junior Member
    Join Date
    Apr 2009
    Posts
    12

    Default Retrieve Hashed Password

    How do I retrieve the hashed password? The WSI manual states its in the database but when I copy and paste it to the sample test program it says "authentication failed". Thanks!

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    This is actually an issue with the way that SQL Server stores the hashed passwords. Not all characters can be copy/pasted directly from the field. The workaround here is to log into your site and browse to the account.aspx page where you can change the password of your account. Update the password on the page and click the Submit button (you don't even have to change the actual password...just retype and submit). This will cause the password to rehash in the database. Try that password, and if that doesn't work...wash...rinse...repeat. Should only take a couple tries before you get one with characters that can be correctly copied from the table
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>