Add note to reg form

This commit is contained in:
Mike Jolley 2019-02-04 14:17:33 +00:00
parent 0f731d9c3f
commit b5eecbf6a7
1 changed files with 4 additions and 0 deletions

View File

@ -94,6 +94,10 @@ do_action( 'woocommerce_before_customer_login_form' ); ?>
<input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" autocomplete="new-password" />
</p>
<?php else : ?>
<p><?php esc_html_e( 'A password will be sent to your email address.', 'woocommerce' ); ?></p>
<?php endif; ?>
<?php do_action( 'woocommerce_register_form' ); ?>