Table of Contents
Hide and partially display the password in the WordPress user login box, WordPress user login
Articles you may be interested in:
Home Backend Development PHP Tutorial Tips for hiding and partially displaying the password in the WordPress user login box, wordpress user login_PHP tutorial

Tips for hiding and partially displaying the password in the WordPress user login box, wordpress user login_PHP tutorial

Jul 12, 2016 am 09:01 AM
wordpress password

Hide and partially display the password in the WordPress user login box, WordPress user login

Let the password box on the WordPress login page display the last entered character
Under normal circumstances, web page designers will hide all characters in the password input box as black dots to prevent someone from peeking at the entered password from behind, such as:

20151231144545918.png (337×264)

Although this password input mode reduces the risk of being peeped, it brings a lot of trouble to our password input because we don’t know what characters we entered, so we often enter the wrong password and waste a lot of time. time.

Perhaps you have also noticed that many smartphone applications now use such a password box processing method: the last character entered by the user in the password box will be displayed for 2-3 seconds. , and then hide it. This allows the user to know what characters have just been entered, reducing the possibility of incorrect input, and also has an anti-peeping function. Such as:

20151231144607058.png (337×267)

Today, I will introduce to you how to implement this function in WordPress. The steps are very simple.

1. Add js
Click here to download the js you need, and put this js file in the root directory of the currently used theme.

2. Add php code
Open functions.php of the current theme with a text editor and add the following php code:

function ludou_dPassword() {
  wp_enqueue_script( 'dPassword', get_template_directory_uri() . '/jQuery.dPassword.js', array(), '1.0', true );
}
add_action( 'login_enqueue_scripts', 'ludou_dPassword' );
Copy after login

Okay, this function has been added successfully, it’s that simple.

Additional instructions
1. If you want to place the js file in the js directory of the current theme, then you need to change /jQuery.dPassword.js in line 2 of the php code to /js/jQuery.dPassword.js
2. When entering a password with this function, you can only enter or delete characters at the end. Characters cannot be added or deleted in the middle of the password that has been hidden as black dots.


Make the WordPress login box show/hide the entered password
This allows the user to know what characters have just been entered, reducing the possibility of entering the wrong password, while also providing anti-peeping functionality.

Now, we have another option, which directly allows users to choose whether to hide all entered passwords or display all entered passwords according to their needs. When all the contents of the password box are displayed, the possibility of the user making a mistake is greatly reduced. This is also a way of handling password boxes recommended by Microsoft. The effect is as follows:

20151231144907311.png (339×264)

Hide all passwords. Click the eye icon on the right side of the password box to display the password

20151231144800165.png (332×264)
Show all passwords. Click the lock icon on the right side of the password box to hide the password

1. Add js

Click here to download the js you need, and put this js file in the root directory of the current theme.

2. Add php code

function ludou_prevue() {
  wp_enqueue_script("jquery");
  wp_enqueue_script( 'prevue', get_template_directory_uri() . '/jquery.prevue.min.js', array(), '1.0', true );
?>
<style type="text/css">
  .prevue-icon-eye:before { content: "\f177"; }
  .prevue-icon-eye-off:before { content: "\f160"; }
</style>
<&#63;php 
}
add_action( 'login_enqueue_scripts', 'ludou_prevue' );
&#63;>
Copy after login

Okay, great work!

Additional instructions

1. If you want to place the js file in the js directory of the current theme, then you need to change /jquery.prevue.min.js in line 3 of the php code to /js/jquery.prevue.min.js
2. This function requires jQuery support of version 1.9.0 or above.

Articles you may be interested in:

  • How to deal with forgotten passwords in WordPress

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1087278.htmlTechArticleTips for hiding and partially displaying the password in the WordPress user login box. WordPress user login allows the password box on the WordPress login page to display at the end Under normal circumstances, an input character is...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP vs. Flutter: The best choice for mobile development PHP vs. Flutter: The best choice for mobile development May 06, 2024 pm 10:45 PM

PHP and Flutter are popular technologies for mobile development. Flutter excels in cross-platform capabilities, performance and user interface, and is suitable for applications that require high performance, cross-platform and customized UI. PHP is suitable for server-side applications with lower performance and not cross-platform.

How to set router WiFi password using mobile phone (using mobile phone as tool) How to set router WiFi password using mobile phone (using mobile phone as tool) Apr 24, 2024 pm 06:04 PM

Wireless networks have become an indispensable part of people's lives in today's digital world. Protecting the security of personal wireless networks is particularly important, however. Setting a strong password is key to ensuring that your WiFi network cannot be hacked by others. To ensure your network security, this article will introduce in detail how to use your mobile phone to change the router WiFi password. 1. Open the router management page - Open the router management page in the mobile browser and enter the router's default IP address. 2. Enter the administrator username and password - To gain access, enter the correct administrator username and password in the login page. 3. Navigate to the wireless settings page - find and click to enter the wireless settings page, in the router management page. 4. Find the current Wi

Tutorial on changing wifi password on mobile phone (simple operation) Tutorial on changing wifi password on mobile phone (simple operation) Apr 26, 2024 pm 06:25 PM

Wireless networks have become an indispensable part of our lives with the rapid development of the Internet. In order to protect personal information and network security, it is very important to change your wifi password regularly, however. To help you better protect your home network security, this article will introduce you to a detailed tutorial on how to use your mobile phone to change your WiFi password. 1. Understand the importance of WiFi passwords. WiFi passwords are the first line of defense to protect personal information and network security. In the Internet age, understanding its importance can better understand why passwords need to be changed regularly. 2. Confirm that the phone is connected to wifi. First, make sure that the phone is connected to the wifi network whose password you want to change before changing the wifi password. 3. Open the phone’s settings menu and enter the phone’s settings menu.

How to change page width in wordpress How to change page width in wordpress Apr 16, 2024 am 01:03 AM

You can easily modify your WordPress page width by editing your style.css file: Edit your style.css file and add .site-content { max-width: [your preferred width]; }. Edit [your preferred width] to set the page width. Save changes and clear cache (optional).

How to easily get the WiFi password of a connected mobile phone (quickly find the WiFi password saved in the mobile phone) How to easily get the WiFi password of a connected mobile phone (quickly find the WiFi password saved in the mobile phone) May 08, 2024 pm 01:10 PM

Our mobile phones have become an integral part of our lives in modern society. Wireless network connections have also become an indispensable tool in our daily lives. However, sometimes we face such a situation: we want to connect to other devices but are unable to do so, we connect to WiFi but forget the password. How to easily get the WiFi password of a connected mobile phone? Find the saved WiFi password on the phone 1. Find the "WiFi" option in the settings, find and click it, and enter the phone's settings interface "WiFi" to enter the WiFi settings page, option. 2. Open the connected WiFi network details, find the name of the connected WiFi network, click to enter the detailed information page of the network, in the WiFi settings page. 3.

What should I do if my Win10 password does not meet the password policy requirements? What to do if my computer password does not meet the policy requirements? What should I do if my Win10 password does not meet the password policy requirements? What to do if my computer password does not meet the policy requirements? Jun 25, 2024 pm 04:59 PM

In the Windows 10 system, the password policy is a set of security rules to ensure that the passwords set by users meet certain strength and complexity requirements. If the system prompts that your password does not meet the password policy requirements, it usually means that your password does not meet the requirements set by Microsoft. standards for complexity, length, or character types, so how can this be avoided? Users can directly find the password policy under the local computer policy to perform operations. Let’s take a look below. Solutions that do not comply with password policy specifications: Change the password length: According to the password policy requirements, we can try to increase the length of the password, such as changing the original 6-digit password to 8-digit or longer. Add special characters: Password policies often require special characters such as @, #, $, etc. I

How to create a product page in wordpress How to create a product page in wordpress Apr 16, 2024 am 12:39 AM

Create a product page in WordPress: 1. Create the product (name, description, pictures); 2. Customize the page template (add title, description, pictures, buttons); 3. Enter product information (stock, size, weight); 4 . Create variations (different colors, sizes); 5. Set visibility (public or hidden); 6. Enable/disable comments; 7. Preview and publish the page.

In which folder are wordpress articles located? In which folder are wordpress articles located? Apr 16, 2024 am 10:29 AM

WordPress posts are stored in the /wp-content/uploads folder. This folder uses subfolders to categorize different types of uploads, including articles organized by year, month, and article ID. Article files are stored in plain text format (.txt), and the filename usually includes its ID and title.

See all articles