Is it possible to use the standard ASP.NET login control, but just ask the user for a password? I am using a template, but the runtime complains that;
Login1: LayoutTemplate does not contain an IEditableTextControl with ID UserName for the username.
My current thinking, is to add the control with style="display:none;"
which seems lame. The existing project already uses FormsAuthentication, so plan B might be to roll my own Authentication method.
Update
I have a 2 step login process. Step 1: "Who are you?" and Step 2: "What is your password?"