Customer portal : Set autocomplete to "off" on the password form in user profile brick.

SVN:trunk[4170]
This commit is contained in:
Guillaume Lajarige
2016-06-02 07:54:57 +00:00
parent 0050de641a
commit e9dde4ee58

View File

@@ -77,7 +77,7 @@
</div>
<div class="panel-body">
{% if oPasswordForm is not null %}
<form id="{{ oPasswordForm.id }}" class="" method="POST" action="{{ oPasswordForm.renderer.GetEndpoint()|raw }}">
<form id="{{ oPasswordForm.id }}" class="" method="POST" action="{{ oPasswordForm.renderer.GetEndpoint()|raw }}" autocomplete="off">
<div class="form_alerts">
<div class="alert alert-success" role="alert" style="display: none;"></div>
<div class="alert alert-warning" role="alert" style="display: none;"></div>