Fix authentication autofilling wordpress username/password #52
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>
|
||||
</dt>
|
||||
<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">
|
||||
<?php _e('Password for authentication with for backends - WARNING, the password will be stored in an unsecure format!', 'wp-ffpc'); ?></span>
|
||||
</dd>
|
||||
|
|
Loading…
Reference in a new issue