Menu
Adding notice to user registration module about required password length
Last Post 7/11/2012 3:10 PM by Deleted User. 0 Replies.
Sort:
PrevPrev NextNext
Author Messages
Deleted User
New Member
New Member
Posts:62


--
7/11/2012 3:10 PM  Quote  Reply  
Users can become confused when attempting to register on your DNN website if they enter a short password, because the registration process stalls and they are not notified that they need a longer password. It just does not proceed.

To alleviate this problem, you can put a notice next to the password entry box that tells them that they need the 7 characters or more in there. To do that, copy the following div code into the register user module settings, into the header field. Adjust the top and left measurement numbers if needed to re-position the notice.

<div style="position:absolute; left:410px;top:418px;width:160px;">(Case sensitive, 7 characters or more.)</div>
Add Reply

Quick Reply
toggle
  Username:
Subject:
Body:
Security Code:
CAPTCHA image
Enter the code shown above in the box below.