Use autocomplete=off, thanks to sbauer
This commit is contained in:
@@ -3,6 +3,10 @@
|
|||||||
Version 1.4 ()
|
Version 1.4 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* Made entrypropertie's password plugin form use "autocomplete=off"
|
||||||
|
to prevent inserting badly stored passwords. Thanks to sbauer!
|
||||||
|
[1.4-beta1]
|
||||||
|
|
||||||
* Added full plugin name and links to documentation/changelog for
|
* Added full plugin name and links to documentation/changelog for
|
||||||
plugins on installation and configuration [1.4-beta1]:
|
plugins on installation and configuration [1.4-beta1]:
|
||||||
|
|
||||||
|
|||||||
@@ -313,7 +313,7 @@ class serendipity_event_entryproperties extends serendipity_event
|
|||||||
?>
|
?>
|
||||||
<br /><?php echo PASSWORD; ?>:<br />
|
<br /><?php echo PASSWORD; ?>:<br />
|
||||||
<div style="margin-left: 10px" class="entryproperties_access_pw">
|
<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>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user