Andrew Walker
 wading in the water Posts:19

 |
| 04-13-2007 07:25 AM |
|
In using this module, we don't want to force users to have the 8 character passwords. I've changed the web.config membership to set password length to 4 - which is reflected in the core registration. But this module will throw a Friendly error that the password doesn't meet standards - use back button to try again.
Is this a setting/change on my end that I overlooked?
Thanks!
Andy
|
|
|
|
|
Chad Nash
 river guide Posts:4674

 |
| 04-13-2007 06:06 PM |
|
Andy,
Hi. There is a setting under 'General Settings' to specify the length of password fields. This is more beneficial since you don't have to modify the web.config and can have different settings for different portals etc...
-Chad
|
|
|
|
|
Jarred Park
 new to the springs Posts:3

 |
| 02-11-2009 01:56 PM |
|
Hello Chad Can you tell me where you are talking about... 'General Settings' where is this located at, because I can not find this anywhere. I thought the only way to change this was through the web.config file. Thanks Rick |
|
|
|
|
Chad Nash
 river guide Posts:4674

 |
| 02-11-2009 02:29 PM |
|
Hi. This is under 'Module Configuration', 'General Settings' which is the top area of the module configuration section, and then is defined as 'Minimum Password Length'. This setting is directly below the 'Question Suffix' setting. -Chad |
|
|
|
|
Dennis Kyle
 skipping stones Posts:7

 |
| 12-07-2010 04:29 PM |
|
Where is the setting in DR and DF to check for password length. I wrote an expression to check for it and it works but I thought I remembered this being a built in feature to check for password length. |
|
|
|
|
Ryan Bakerink
 river guide Posts:1129

 |
| 01-20-2011 05:40 PM |
|
Hello Dennis,
I believe the password length in Dynamic Registration is under Module Configuration -> General Settings with a field labeled "Minimum Password Length: "
Dynamic Forms doesn't have a built in feature for this, you will need to include this yourself for validation purposes.
If you have any questions please let me know.
Thanks,
Ryan
|
|
|
|
|
Peter Lord
 new to the springs Posts:3

 |
| 05-23-2011 04:00 PM |
|
Using DynReg 4.1 in DNN 5.6.2 When user enters password chrs less than minimum an error message is not displayed. How is the field configured to produce validation text? Thanks in advance. |
|
|
|
|
Candace
 river guide Posts:2136

 |
| 05-24-2011 10:22 AM |
|
Hi Peter, I believe an error message will appear after the user hits submit and not while he is filling out the form. You can choose to 'ignore the built in validation' from Module Configuration, Validation Configuration and set up your own validation settings but those will show up after hitting submit, too. If it is critical to show to prompt the user before submit, you might consider a character count similar to what you see in Demo #7 form www.datasprings.com/formdemos and just tweak it so it checks for minimum. Thanks! Candace
|
|
|
|
|