Commit a42de7a03eb74d80452149fdefec00a9807f91fe
1 parent
263aeba9
don't autocomplete.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4621 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/kt3/fields/password.smarty
| ... | ... | @@ -11,5 +11,5 @@ |
| 11 | 11 | <p class="errorMessage"></p> |
| 12 | 12 | {/if} |
| 13 | 13 | |
| 14 | - <input type="password" name="{$name}" {if $has_id}id="{$id}"{/if} {if $has_value}value="{$value}"{/if}/><input type="hidden" name="kt_core_fieldsets_expect[{$name}]" value ="1" /> | |
| 14 | + <input type="password" name="{$name}" {if $has_id}id="{$id}"{/if} {if $has_value}value="{$value}"{/if}{if ($options.autocomplete === false)}autocomplete="off"{/if}/><input type="hidden" name="kt_core_fieldsets_expect[{$name}]" value ="1" /> | |
| 15 | 15 | </div> | ... | ... |