mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 19:20:13 +01:00
4 lines
359 B
Text
4 lines
359 B
Text
<label for="user[password]"><%= t('users.new_password_label') %>:</label><br/>
|
|
<%= password_field "user", "password", :size => 40, :autocomplete => "off" %><br/>
|
|
<label for="user[password_confirmation]"><%= t('users.password_confirmation_label') %>:</label><br/>
|
|
<%= password_field "user", "password_confirmation", :size => 40, :autocomplete => "off" %><br/>
|