c# - How to login into other person account - EF6 Identity -


i have asp.net mvc 5 webapp using ef6. i've used identity managing user account. i've structure under user there can sub users. if need log in sub user account without knowing password? password stored encrypted in db.

is possible? if not work around.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -