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: Confirm Password

  1. #1
    lellenburg is offline Junior Member
    Join Date
    Dec 2009
    Posts
    19

    Default Confirm Password

    Is there a WSI function that will compare a username and password input?
    I need to create an application that will authenticate users with their ASPDNSF credentials. This application will reside on a different server so ideally I would like to do the comparison through WSI.

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

    Default

    You could write functionality in another application that mimics our hashing logic. Another way to handle it would be to mod WSI to support user authentication against an aspdotnetstorefront database using our internal logic (make sure your communication is secure).