I have been playing with windows 8 credential provider to provider an alternate login mechanism for windows user. It all works fine, however, I'm trying out one specific scenario in case of multiple user accounts on the system.
If a system has 2 users (e.g. A and B) and user A locks the screen. Then is it possible to unlock user B instead of A? By default it tries to unlock the user who locks the computer which is user A in this case. I did some experiments but nothing worked. Is there any documentation explaining if it is feasible or not?