浏览代码

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4170 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 9 年之前
父节点
当前提交
b6634aa956

+ 1 - 1
datamodels/2.x/itop-portal-base/portal/src/views/bricks/user-profile/layout.html.twig

@@ -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>