Sign in | Join
Rate It (2)
Last post 07-23-2008 9:59 PM by rfurdzik. 34 replies.
Sort Posts: Oldest to newest Newest to oldest
seybaa wrote:is there a tutorial how to create a user ?
rfurdzik wrote:Hi,I have the same problem, the password I have selected is "jiptravel1", it is 7 charachters, but the system does not accpet it and it displays the same error...
Hello.
I followed all your instructions but the program still not work. It show the message:" Password length minimum: 7. Non-alphanumeric characters required: 1.". I try to config to allow password retrive in machine.config but it does not work too. Can you teach me why?
Thanks for your time.
hic hic. I spent an hour to find how to config these problem. Open the machine.config, find the blog <membership> and set the "minRequiredNonalphanumericCharacters" to zero. The program worked, but i cant understand why when set the "minRequiredNonalphanumericCharacters" to a value, the program does not work. Anyone show me why?
Thanks.
whe you set it to REQUIRE NON ALFPHA NUMBERIC CHARITORS it will require a nonapha numeric charitor such as ! @ # $ % ^ & * (shift 1-9) along with a capitol letter. That is why when you give that a value of other then Zero it will want a charitor like that
zero equals off.
MorningZ wrote: seybaa wrote:is there a tutorial how to create a user ?Yeah, use a password thats 7 or more in length with at least one non-alphanumericIf you dont want that much complexity:- Go into "machine.config" (c:\<Windows>\Microsoft.NET\Framework\<Version>\Config)- Find the <membership> node- Copy the whole node into your app's "web.config"- Adjust as necessary (settings for length and complexity)
jmparatte wrote: You must insert before <add name=... a line: <remove name="AspNetSqlMembershipProvider" />
You must insert before <add name=... a line:
<remove name="AspNetSqlMembershipProvider" />
"jiptravel1" it's not a valed password
yah it's more than 7 charachters but it's still need a Non-alphanumeric like
( ) ` ~ ! @ # $ % ^ & * - + = | \ { } [ ] : ; " ' < > , . ? /
and u can read more abot that in this page
http://www.netscum.dk/smallbusiness/support/articles/select_sec_passwords.mspx#EEAA
Now this is weird, I did exactly what you told to do... now I get this error when logging in as administrator:
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The entry 'AspNetSqlMembershipProvider' has already been added.Source Error: Line 10: <membership> Line 11: <providers> Line 12: <add name="AspNetSqlMembershipProvider" Line 13: type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 14: connectionStringName="LocalSqlServer"Source File: C:\Documents and Settings\Kresten.K\Mijn documenten\Visual Studio 2005\WebSites\WebSite1\web.config Line: 12
Line 10: <membership> Line 11: <providers> Line 12: <add name="AspNetSqlMembershipProvider" Line 13: type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" Line 14: connectionStringName="LocalSqlServer"