home | products | customer | support | forums | contact
Sign in | Join |
in
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 06-08-2010 5:36

    User Password encryption or API to login

    Hi, I have to add another application beyond the feedbackserver but we want to use the feedbackserver logins/users with a signle sign on scenario. Retrieving the userid if a user is logged in via feedbackserver isn't the problem, but we also want to give the user the ability to login via the new webapplication. So is there an API to login which I can use or is there a way to encrypt the passwords in the database?

     

    Thx, Thomas


  • 06-08-2010 9:18 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: User Password encryption or API to login

    Hi,

    if you whish to encrypt a password in the same way as FS does you can use :

    string encrypted = new User().EncryptUserPassword("yourpassword");

     

     

  • 06-08-2010 10:18 In reply to

    Re: User Password encryption or API to login

    It's a sort of a hack but it works. Added a webservices to the feedbackserver installation which returns the encrypted password which I then can check against the database values of vts_tbUser.

    thx

Page 1 of 1 (3 items)
(c) 2008 Data Illusion. All Rights Reserved.