Archived
1
0

improve hidding password from recent chrome

This commit is contained in:
Garvin Hicking
2016-12-23 10:13:40 +01:00
parent fd2f23f3e7
commit 6b1348a7f1
2 changed files with 6 additions and 1 deletions
@@ -356,7 +356,7 @@ class serendipity_event_entryproperties extends serendipity_event
?>
<div class="entryproperties_access_pw adv_opts_box adv_opts_box form_field">
<label for="properties_access_pw"><?php echo PASSWORD; ?>:</label>
<input type="password" name="ignore_password" value="" style="display:none">
<input type="password" name="ignore_password" value="" style="visibility: hidden; width: 1px">
<input id="properties_access_pw" name="serendipity[properties][entrypassword]" type="password" autocomplete="off" value="<?php echo serendipity_specialchars($password); ?>">
</div>
<?php