Answered What if the Client Forgots the Password ? (For Desktop)

  • Tuesday, May 15, 2012 10:19 AM
     
     

    What if the Client Forgot the Password or the Client want to change the Password. In Desktop.


    Sharad Soni

All Replies

  • Tuesday, May 15, 2012 4:47 PM
     
     

    see the thread here

    http://social.msdn.microsoft.com/Forums/en-US/lightswitch/thread/52c52a33-c562-44ca-af41-79d3c1369975


    Simon Jones
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.

  • Tuesday, May 15, 2012 5:14 PM
     
     Proposed
    Easiest way is assign an administrator that can reset passwords.
  • Wednesday, May 16, 2012 9:18 AM
     
     
    Simon Jones I want the Answer for the Desktop Application and not for the Web....

    Sharad Soni

  • Wednesday, May 16, 2012 9:20 AM
     
     
    WillamStacey there is only one PC where my client will install the app. Now there is no Administrator in that Scenario.

    Sharad Soni

  • Wednesday, May 16, 2012 9:31 AM
     
     

    There is hardly any difference in the way Forms based security is implemented between Web and Desktop applications in LightSwitch. It is all based on ASP.NET Security.

    PS - I'll assume you didn't mean to sound rude or abrupt in your last replies but please remember that most people providing answers here are volunteers giving their spare time to help you.


    Simon Jones
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.

  • Wednesday, May 16, 2012 9:32 AM
     
     
    Just because there is only one PC doesn't mean you can't have a user with Administrative permissions.

    Simon Jones
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.

  • Wednesday, May 16, 2012 11:02 AM
     
     
    Simon Jones how can i create a aspx page in a Desktop application ???

    Sharad Soni

  • Wednesday, May 16, 2012 11:09 AM
     
     
    You don't. You would create LightSwitch screens.

    Simon Jones
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.

  • Wednesday, May 16, 2012 4:00 PM
     
     

    So you mean to say that i have to create a Custom Login Screen for Desktop Replacing the Default Login Screen????

    If Yes, than how ??


    Sharad Soni

  • Wednesday, May 16, 2012 9:28 PM
     
     
    In that case, why not use no security or windows security.  They need to login to PC anyway, so leverage that security.
  • Thursday, May 17, 2012 9:51 AM
     
     Answered

    You could create a custom log in screen but you could also have a limited username that everyone could use that only has access to reset a password and email it to the user.

    Remember that if you don't have a secondary security check, such as access to the email account of the user, then anyone could change anyone else's password and gain access to your application and so you'd have no security at all.


    Simon Jones
    If you found this post helpful, please "Vote as Helpful". If it actually answered your question, please remember to "Mark as Answer". This will help other people find answers to their problems more quickly.