Hi all,
Im wondering if someone can help, Im looking for a way to enable the user to generate their own password, as appose to the system auto generating one for them
I've see the following code in the paypal-checkout-form.html file, but can for the life of me find how to enable it.
Thanks in advance for your help!
Matt
======================================================
<span>Password ( type this twice please ) *</span><br />
<input aria-required="true" type="password" maxlength="100" autocomplete="off" name="s2member_pro_paypal_checkout[password1]" id="s2member-pro-paypal-checkout-password1" class="s2member-pro-paypal-password1 s2member-pro-paypal-checkout-password1" value="%%password1_value%%" tabindex="50" />
</label>
<input type="password" maxlength="100" autocomplete="off" name="s2member_pro_paypal_checkout[password2]" id="s2member-pro-paypal-checkout-password2" class="s2member-pro-paypal-password2 s2member-pro-paypal-checkout-password2" value="%%password2_value%%" tabindex="60" />
<div id="s2member-pro-paypal-checkout-form-password-strength" class="ws-plugin--s2member-password-strength s2member-pro-paypal-form-password-strength s2member-pro-paypal-checkout-form-password-strength"><em>password strength indicator</em></div>
</div>
======================================================