Fix password autofill
This commit is contained in:
parent
87b2f986a1
commit
e8d2ec0b33
1 changed files with 1 additions and 1 deletions
|
@ -808,7 +808,7 @@ class WP_FFPC extends WP_FFPC_ABSTRACT {
|
||||||
<label for="authpass"><?php _e('Authentication: password', 'wp-ffpc'); ?></label>
|
<label for="authpass"><?php _e('Authentication: password', 'wp-ffpc'); ?></label>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<input type="password" autocomplete="off" name="authpass" id="authpass" value="<?php echo $this->options['authpass']; ?>" />
|
<input type="text" autocomplete="off" name="authpass" id="authpass" value="<?php echo $this->options['authpass']; ?>" />
|
||||||
<span class="description">
|
<span class="description">
|
||||||
<?php _e('Password for authentication with for backends - WARNING, the password will be stored in an unsecure format!', 'wp-ffpc'); ?></span>
|
<?php _e('Password for authentication with for backends - WARNING, the password will be stored in an unsecure format!', 'wp-ffpc'); ?></span>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
Loading…
Reference in a new issue