diff --git a/plugins/woocommerce/changelog/fix-43658-add-required-indication-to-login-form b/plugins/woocommerce/changelog/fix-43658-add-required-indication-to-login-form new file mode 100644 index 00000000000..1d106bee55b --- /dev/null +++ b/plugins/woocommerce/changelog/fix-43658-add-required-indication-to-login-form @@ -0,0 +1,4 @@ +Significance: patch +Type: enhancement + +Add required indication to login forms diff --git a/plugins/woocommerce/templates/auth/form-login.php b/plugins/woocommerce/templates/auth/form-login.php index b943dc0cc4e..16e06f399ee 100644 --- a/plugins/woocommerce/templates/auth/form-login.php +++ b/plugins/woocommerce/templates/auth/form-login.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates\Auth - * @version 7.0.1 + * @version 9.2.0 */ defined( 'ABSPATH' ) || exit; @@ -37,12 +37,12 @@ do_action( 'woocommerce_auth_page_header' ); ?>

- - + +

- - + +

diff --git a/plugins/woocommerce/templates/global/form-login.php b/plugins/woocommerce/templates/global/form-login.php index b5cef4a42dd..092cf0b20a1 100644 --- a/plugins/woocommerce/templates/global/form-login.php +++ b/plugins/woocommerce/templates/global/form-login.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 9.2.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -31,12 +31,12 @@ if ( is_user_logged_in() ) {

- - + +

- - + +

diff --git a/plugins/woocommerce/templates/myaccount/form-login.php b/plugins/woocommerce/templates/myaccount/form-login.php index 782940ddfda..ee08e43a721 100644 --- a/plugins/woocommerce/templates/myaccount/form-login.php +++ b/plugins/woocommerce/templates/myaccount/form-login.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 9.2.0 */ if ( ! defined( 'ABSPATH' ) ) { @@ -36,12 +36,12 @@ do_action( 'woocommerce_before_customer_login_form' ); ?>

- - + +

- - + +

@@ -76,22 +76,22 @@ do_action( 'woocommerce_before_customer_login_form' ); ?>

- - + +

- - + +

- - + +

diff --git a/plugins/woocommerce/templates/myaccount/form-lost-password.php b/plugins/woocommerce/templates/myaccount/form-lost-password.php index b454dbfc38f..8568028cd1c 100644 --- a/plugins/woocommerce/templates/myaccount/form-lost-password.php +++ b/plugins/woocommerce/templates/myaccount/form-lost-password.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 9.0.0 + * @version 9.2.0 */ defined( 'ABSPATH' ) || exit; @@ -25,8 +25,8 @@ do_action( 'woocommerce_before_lost_password_form' );

- - + +

diff --git a/plugins/woocommerce/templates/myaccount/form-reset-password.php b/plugins/woocommerce/templates/myaccount/form-reset-password.php index d6847de6b0b..68e9e3d1e23 100644 --- a/plugins/woocommerce/templates/myaccount/form-reset-password.php +++ b/plugins/woocommerce/templates/myaccount/form-reset-password.php @@ -12,7 +12,7 @@ * * @see https://woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 9.2.0 */ defined( 'ABSPATH' ) || exit; @@ -25,12 +25,12 @@ do_action( 'woocommerce_before_reset_password_form' );

- - + +

- - + +