* Prevent entryproperties from saving/displaying a browser-side
stored password that was actually not set. [THIS BUGGED ME FOR A SOOOOO LONG TIME!] * Stronger check for existing logger interface to prevent errors when it is not actively used.
This commit is contained in:
@ -331,6 +331,7 @@ class serendipity_event_entryproperties extends serendipity_event
|
||||
?>
|
||||
<div class="entryproperties_access_pw form_field">
|
||||
<label for="properties_access_pw"><?php echo PASSWORD; ?>:</label>
|
||||
<input type="password" name="ignore_password" value="" style="display:none">
|
||||
<input id="properties_access_pw" name="serendipity[properties][entrypassword]" type="password" autocomplete="off" value="<?php echo serendipity_specialchars($password); ?>">
|
||||
</div>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user