Unanswered Password change on first login using Forms Authentication

  • Tuesday, April 24, 2012 12:55 PM
     
     
    I am using Forms Authentication for security.
    How to force password change on first login?

    Estudando Windows Phone 7 e LightSwitch, muito bom!!!

All Replies

  • Thursday, April 26, 2012 7:34 AM
    Moderator
     
     

    Hi 

    There are so many scenarios for that.

    If you provide a password to user, and require them to change it on first log in.

    Just provide a password can't pass you validation, when user log in, verify the password, if it can't pass the validation pop up a modal window force them change the password.

    Or in your entity, create a field to record the user log in times.

    Hope it helpful.

  • Thursday, April 26, 2012 8:40 PM
     
     

    Hi

    Good idea, I'll add a control column.
    When this column is set to 1 will be prompted to change password for the user

    Is there any way to open the modal password change?

     change password


    Estudando Windows Phone 7 e LightSwitch, muito bom!!!