diff --git a/components/com_users/views/login/tmpl/default_login.php b/components/com_users/views/login/tmpl/default_login.php index 7f6c7ccda1bd8..a930660c5650b 100644 --- a/components/com_users/views/login/tmpl/default_login.php +++ b/components/com_users/views/login/tmpl/default_login.php @@ -40,6 +40,7 @@
+ form->getFieldset('credentials') as $field) : ?> hidden) : ?>
diff --git a/language/en-GB/en-GB.com_users.ini b/language/en-GB/en-GB.com_users.ini index 858e2d6066cce..28a27374c0db0 100644 --- a/language/en-GB/en-GB.com_users.ini +++ b/language/en-GB/en-GB.com_users.ini @@ -41,6 +41,7 @@ COM_USERS_FIELD_RESET_PASSWORD1_MESSAGE="The passwords you entered do not match. COM_USERS_FIELD_RESET_PASSWORD2_DESC="Confirm your new password." COM_USERS_FIELD_RESET_PASSWORD2_LABEL="Confirm Password" COM_USERS_INVALID_EMAIL="Invalid email address" +COM_USERS_LOGIN="Login Form" COM_USERS_LOGIN_IMAGE_ALT="Login image" COM_USERS_LOGIN_REGISTER="Don't have an account?" COM_USERS_LOGIN_REMEMBER_ME="Remember me"