Feature #36908 » 36908.patch
app/views/my/password.html.erb | ||
---|---|---|
4 | 4 | |
5 | 5 |
<%= form_tag({}, :class => "tabular") do %> |
6 | 6 |
<div class="box"> |
7 |
<p><label for="password"><%=l(:field_password)%> <span class="required">*</span></label> |
|
7 |
<p><label for="password"><%=l(:field_current_password)%> <span class="required">*</span></label>
|
|
8 | 8 |
<%= password_field_tag 'password', nil, :size => 25 %></p> |
9 | 9 | |
10 | 10 |
<p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> |
config/locales/en.yml | ||
---|---|---|
322 | 322 |
field_language: Language |
323 | 323 |
field_effective_date: Due date |
324 | 324 |
field_password: Password |
325 |
field_current_password: Current password |
|
325 | 326 |
field_new_password: New password |
326 | 327 |
field_password_confirmation: Confirmation |
327 | 328 |
field_twofa_scheme: Two-factor authentication scheme |
- « Previous
- 1
- 2
- Next »