Skip to content

Commit

Permalink
Turn off autocomplete values on login form
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Apr 1, 2020
1 parent cb31157 commit 13c27cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UI/setup/credentials.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ <h2 align="center" style="margin-top: 0">
label = text('DB admin login') #'
"data-dojo-type" = "dijit/form/ComboBox"
"data-dojo-props" = "value:'$s_user', placeHolder:'$select_hint'"
attributes = { autocomplete = 'off'}
} ?>
</div>
<div class="inputrow">
Expand All @@ -64,7 +65,8 @@ <h2 align="center" style="margin-top: 0">
class = 'password'
tabindex = 2
label = text('Password')
} ?>
attributes = { autocomplete = 'off'}
} ?>
</div>
</div>
<div class="inputrow">
Expand Down

0 comments on commit 13c27cf

Please sign in to comment.