Archived
1
0

Use autocomplete=off, thanks to sbauer

This commit is contained in:
Garvin Hicking
2008-11-24 15:40:48 +00:00
parent 4397e104d4
commit 1b966cceb2
2 changed files with 5 additions and 1 deletions
@@ -313,7 +313,7 @@ class serendipity_event_entryproperties extends serendipity_event
?>
<br /><?php echo PASSWORD; ?>:<br />
<div style="margin-left: 10px" class="entryproperties_access_pw">
<input class="input_textbox" type="password" name="serendipity[properties][entrypassword]" value="<?php echo htmlspecialchars($password); ?>" />
<input autocomplete="off" class="input_textbox" type="password" name="serendipity[properties][entrypassword]" value="<?php echo htmlspecialchars($password); ?>" />
</div>
<?php
return true;