I know i have made many posts latly but i'm realy at short time to finish this... so... i've tried many things to change the admin password but i cant change it,
It keeps giving the error : "Password incorrect or New Password invalid. New Password length minimum: 7. Non-alphanumeric characters required: 1." I've searched this sentence for all over the project, i find it nowhere... i've tried to search some parts
of the sentence... but didnt find it either, i've made the validation so you need a 5 diget password, but he totaly ignores that...
<asp:RegularExpressionValidator ID="valPasswordLength" runat="server" ControlToValidate="NewPassword" SetFocusOnError="true" Display="Dynamic"
ValidationExpression='^\w{5,}$' ErrorMessage="Nieuw wachtwoord moet minimum 5 tekens lang zijn." ToolTip="Nieuw wachtwoord moet minimum 5 tekens lang zijn."
ValidationGroup="ChangePassword1">*</asp:RegularExpressionValidator>
9uqRs
Member
8 Points
21 Posts
Password admin
Feb 19, 2009 12:09 PM|LINK
I know i have made many posts latly but i'm realy at short time to finish this... so... i've tried many things to change the admin password but i cant change it,
It keeps giving the error : "Password incorrect or New Password invalid. New Password length minimum: 7. Non-alphanumeric characters required: 1." I've searched this sentence for all over the project, i find it nowhere... i've tried to search some parts of the sentence... but didnt find it either, i've made the validation so you need a 5 diget password, but he totaly ignores that...
<asp:RegularExpressionValidator ID="valPasswordLength" runat="server" ControlToValidate="NewPassword" SetFocusOnError="true" Display="Dynamic" ValidationExpression='^\w{5,}$' ErrorMessage="Nieuw wachtwoord moet minimum 5 tekens lang zijn." ToolTip="Nieuw wachtwoord moet minimum 5 tekens lang zijn." ValidationGroup="ChangePassword1">*</asp:RegularExpressionValidator>yrajasekhar
Participant
1802 Points
247 Posts
Re: Password admin
Feb 19, 2009 12:30 PM|LINK
Hi, are you using asp.net Membership api to store users
if yes then make following changes in your web.config file
this entry will be there under <system.web> fill appropraite data for connectionstringname and applicationname
Movie reviews using twitter http://www.cinegyan.net