|
|
|
@ -48,7 +48,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
<%= styled_label_tag 'password', User.human_attribute_name(:password) %> |
|
|
|
|
<div class="form--field-container"> |
|
|
|
|
<%= styled_password_field_tag 'password', nil, :size => 25 %> |
|
|
|
|
<span class="advanced--tooltip"></span> |
|
|
|
|
<span class="advanced-tooltip"></span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
<%= styled_label_tag 'new_password', User.human_attribute_name(:new_password) %> |
|
|
|
|
<div class="form--field-container"> |
|
|
|
|
<%= styled_password_field_tag 'new_password', nil, :size => 25 %> |
|
|
|
|
<span class="advanced--tooltip"> |
|
|
|
|
<span class="advanced-tooltip"> |
|
|
|
|
<%= render_password_complexity_tooltip %> |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
@ -67,7 +67,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
User.human_attribute_name(:password_confirmation) %> |
|
|
|
|
<div class="form--field-container"> |
|
|
|
|
<%= styled_password_field_tag 'new_password_confirmation', nil, :size => 25 %> |
|
|
|
|
<span class="advanced--tooltip"> |
|
|
|
|
<span class="advanced-tooltip"> |
|
|
|
|
<%= I18n.t(:match, |
|
|
|
|
scope: [:activerecord, :errors, :models, :user, :attributes, :password])%> |
|
|
|
|
</span> |
|
|
|
|