Hi,
I want to "Reset Password" for the secondary user without stopping impersonation - how do I do that?
We have a few scenarios where we are using impersonation like this:
- I login as "Nuno"
- "Nuno" (auto) impersonates "Store A"
The concept is that "Nuno" never does anything by itself, but manages multiple stores he has to impersonate and place order for. He cannot stop impersonation. Everything works perfect except for reset password.
It's easy enough to use Razor and GetUserByID with the secondary users's ID (in this case "Nuno"'s ID), but it will not trigger password validation (old password, password complexity level,...)
Best Regards,
Nuno Aguiar