diff --git a/modules/users/client/views/authentication/signin.client.view.html b/modules/users/client/views/authentication/signin.client.view.html index fd6a2cd4e1..79c21b6341 100644 --- a/modules/users/client/views/authentication/signin.client.view.html +++ b/modules/users/client/views/authentication/signin.client.view.html @@ -12,7 +12,14 @@

Or with your account

- +
+ + + + +

Password is required.

diff --git a/modules/users/client/views/authentication/signup.client.view.html b/modules/users/client/views/authentication/signup.client.view.html index 65fbb4bb5c..855876f0b3 100644 --- a/modules/users/client/views/authentication/signup.client.view.html +++ b/modules/users/client/views/authentication/signup.client.view.html @@ -34,7 +34,14 @@

Or sign up using your email

- +
+ + + + +

Password is required.

diff --git a/modules/users/client/views/password/reset-password.client.view.html b/modules/users/client/views/password/reset-password.client.view.html index f0189ad681..cc09f1f01a 100644 --- a/modules/users/client/views/password/reset-password.client.view.html +++ b/modules/users/client/views/password/reset-password.client.view.html @@ -5,7 +5,14 @@

Reset your password

- +
+ + + + +

Enter a new password.

@@ -15,7 +22,7 @@

Reset your password

- +

Enter the password again to verify.

Passwords do not match.

diff --git a/modules/users/client/views/settings/change-password.client.view.html b/modules/users/client/views/settings/change-password.client.view.html index 01df17dd38..b92ed1cc0f 100644 --- a/modules/users/client/views/settings/change-password.client.view.html +++ b/modules/users/client/views/settings/change-password.client.view.html @@ -4,14 +4,21 @@
- +
+ + + + +

Your current password is required.

- +

Enter a new password.

@@ -21,7 +28,7 @@
- +

Verify your new password.

Passwords do not match.