|
Lines 60-65
Link Here
|
| 60 |
[% IF field == "email" %]<li>Contact information: <a href="#borrower_email">primary email address</a></li>[% END %] |
60 |
[% IF field == "email" %]<li>Contact information: <a href="#borrower_email">primary email address</a></li>[% END %] |
| 61 |
[% IF field == "emailpro" %]<li>Contact information: <a href="#borrower_emailpro">secondary email address</a></li>[% END %] |
61 |
[% IF field == "emailpro" %]<li>Contact information: <a href="#borrower_emailpro">secondary email address</a></li>[% END %] |
| 62 |
[% IF field == "B_email" %]<li>Alternate address information: <a href="#borrower_B_email">email address</a></li>[% END %] |
62 |
[% IF field == "B_email" %]<li>Alternate address information: <a href="#borrower_B_email">email address</a></li>[% END %] |
|
|
63 |
[% IF field == "password_match" %]<li>Passwords do not match! <a href="#password">password</a></li>[% END %] |
| 64 |
[% IF field == "password_invalid" %]<li>Password does not meet minium requirements! <a href="#password">password</a></li>[% END %] |
| 63 |
[% END %] |
65 |
[% END %] |
| 64 |
</ul> |
66 |
</ul> |
| 65 |
Please correct the errors and resubmit. |
67 |
Please correct the errors and resubmit. |
|
Lines 751-758
Link Here
|
| 751 |
[% END %] |
753 |
[% END %] |
| 752 |
|
754 |
|
| 753 |
[% UNLESS action == 'edit' %] |
755 |
[% UNLESS action == 'edit' %] |
|
|
756 |
<fieldset class="rows" id="memberentry_password"> |
| 757 |
<legend id="contact_legend">Contact information</legend> |
| 758 |
[% UNLESS hidden.defined('password') %] |
| 759 |
<div class="alert alert-info">Your password must be at least [% minpassw %] characters long. |
| 760 |
[% IF mandatory.defined('password') %] |
| 761 |
<br>You must enter a password!</div> |
| 762 |
<ol> |
| 763 |
<li><label for="borrower_password" class="required">Password</label> |
| 764 |
<input type="text" name="borrower_password" id="password" /> |
| 765 |
</li> |
| 766 |
<li><label for="borrower_password2" class="required">Confirm password</label> |
| 767 |
<input type="text" name="borrower_password2" id="password2" /> |
| 768 |
</li> |
| 769 |
</ol> |
| 770 |
[% ELSE %] |
| 771 |
<br>If you do not enter a password a system generated password will be created</div> |
| 772 |
<ol> |
| 773 |
<li><label for="borrower_password">Password</label> |
| 774 |
<input type="text" name="borrower_password" id="password" /> |
| 775 |
</li> |
| 776 |
<li><label for="borrower_password2">Confirm password</label> |
| 777 |
<input type="text" name="borrower_password2" id="password2" /> |
| 778 |
</li> |
| 779 |
</ol> |
| 780 |
[% END %] |
| 781 |
[% END %] |
| 782 |
</fieldset> |
| 783 |
|
| 754 |
<fieldset class="rows" id="memberentry_captcha"> |
784 |
<fieldset class="rows" id="memberentry_captcha"> |
| 755 |
<ol> |
785 |
<ol> |
|
|
786 |
|
| 756 |
<li> |
787 |
<li> |
| 757 |
<label for="captcha" class="required">Verification:</label> |
788 |
<label for="captcha" class="required">Verification:</label> |
| 758 |
|
789 |
|