mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-27 12:28:48 +01:00
Merge pull request #88 from piglop/disabled_autocomplete_on_new_password_field
Disabled autocomplete on new password field
This commit is contained in:
commit
b8f00fbcea
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<label for="user[password]"><%= t('users.new_password_label') %>:</label><br/>
|
||||
<%= password_field "user", "password", :size => 40 %><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 %><br/>
|
||||
<%= password_field "user", "password_confirmation", :size => 40, :autocomplete => "off" %><br/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue