just open pop_pword.asp and do this....
if (lcase(Request.Form("Name")) = lcase("admin")) then
Err_Msg = Err_Msg & "<li>Sorry you can not ask for this password</li>"
end if
this piece of code should go right below..
if Request.QueryString("mode") = "DoIt" then
Err_Msg = ""
Brad