HomeHome Product Discus... Product Discus...SmithCartSmithCartSmall issue with optional loginSmall issue with optional login
Previous
 
Next
New Post
3/30/2010 9:53 AM
 

I noticed that when a customer cretaes a login on the confirmation page, if the password is too short it throws an error "Object reference not set to an instance of an object." and kicks me back to the main store page. Also noticed that the page will proceed to paypal (in my case) even if password and confirm password don't match.

Kelly O

 
New Post
3/30/2010 12:59 PM
 

In the confirm.ascx file you will see the following expression validator on line 199:

<asp:RegularExpressionValidator ID="revPasswordLength" runat="server" ControlToValidate="txtPassword" ErrorMessage="Password must be minimum of 8 characters." ValidationExpression=".{8}.*" Display="dynamic"/>

You can change the expression highlighted above to what you have set as your minimum password length for your portal.




Scott Kelly
Project Manager
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartSmall issue with optional loginSmall issue with optional login