Problem with asp:ChangePassword control
Hi Every1,
I have a small problem with the asp:ChangePassword control
I'm using it so that a user may change his password after he logs in. He goes to the "Changepassword" page where an asp:ChangePassword control is waiting for him and there he inserts the "old password", "new password" and "new password confirmation".
However, once he presses the continue button, there's a popup that says "Please confirm which user you are changing password for" and a listbox of all users in the database.
Now of course he is changing the password for himself and this box shouldn't be popping up at all, but i don't know how to make it so it doesn't pop up.
Help will be really appreciated
Tx in advance,
Some guy with a ChangePassword problem