We have a site that we have created for internal purposes and now we have a need to be able to change certain users passwords. We hired a contractor to take care of our site but he is no longer available. I thought it might be something I can figure out, I think I am almost there but I seem to be missing something and I'm hoping for some assitance. I have some PHP and a little VB experience, so it has been a bit of a struggle but I do feel that I am getting close.
Front side code:
<asp:Label ID="Msg" runat="server"></asp:Label>
<asp:changepassword id="ChangePassword1" runat="server"
PasswordHintText =
"Please enter a password at least 5 characters long,
containing a number and one special character."
NewPasswordRegularExpression =
'@\"(?=.{5,})(?=(.*\d){1,})(?=(.* ...
Go to the complete details ...