I have a ASP.NET MVC 5 WebApp using EF6. I've used identity for managing user account. Now I've a structure that under a user there can be sub users. Now what if I need to log in into sub user account without knowing his password? The password is stored encrypted in DB.
Is that possible? If not what are the work around.