diff --git a/app/views/my/password.html.erb b/app/views/my/password.html.erb index 4e123db48..91f66ccd7 100644 --- a/app/views/my/password.html.erb +++ b/app/views/my/password.html.erb @@ -4,7 +4,7 @@ <%= form_tag({}, :class => "tabular") do %>
-

+

<%= password_field_tag 'password', nil, :size => 25 %>

diff --git a/config/locales/en.yml b/config/locales/en.yml index 62577376f..58986d780 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -322,6 +322,7 @@ en: field_language: Language field_effective_date: Due date field_password: Password + field_current_password: Current password field_new_password: New password field_password_confirmation: Confirmation field_twofa_scheme: Two-factor authentication scheme