Link to home
Start Free TrialLog in
Avatar of Dave KIlby
Dave KIlbyFlag for Canada

asked on

ASP.Net Webform - update Identity Fields

I have added some extra fields to the aspnet_user tables, one of the fields is a Boolean - ResetPassword that is set to true when user is first created by the Admin.

When the user logs in if the field is a Boolean is sends user to change password - once the user successfully changes their password I want to update the field to false - how do i update a field in the Identity User table easily ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Dave KIlby

ASKER

Thank you for the help