Set autocomplete='off'
parent
ef1e4d5aa0
commit
74ec599596
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<t:title>Edit Profile</t:title>
|
<t:title>Edit Profile</t:title>
|
||||||
|
|
||||||
<t:form t:action="$realm/edit-profile">
|
<t:form t:action="$realm/edit-profile" autocomplete="off">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<t:title>Edit User</t:title>
|
<t:title>Edit User</t:title>
|
||||||
|
|
||||||
<t:form t:action="$user-admin/edit" t:for="username">
|
<t:form t:action="$user-admin/edit" t:for="username" autocomplete="off">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<t:title>New User</t:title>
|
<t:title>New User</t:title>
|
||||||
|
|
||||||
<t:form t:action="$user-admin/new">
|
<t:form t:action="$user-admin/new" autocomplete="off">
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue