In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
What is the function that prevents WordPress from resetting passwords? This problem may be often seen in our daily study or work. I hope you can gain a lot from this question. The following is the reference content that the editor brings to you, let's take a look at it!
By default, WordPress allows users to reset their passwords via email, and sometimes you may want to disable this password reset feature. Below by the WordPress tutorial column to introduce you how to prohibit WordPress reset password function, hope to help friends in need!
You can add the following code to the current theme function template functions.php:
Function disable_password_reset () {return false;} add_filter ('allow_password_reset',' disable_password_reset')
After adding the above code, on the reset password page, click "get New password", which will prompt: the user's password cannot be reset.
However, now that the password reset feature is disabled, "forget your password?" on the login page. There is no need to display the link button.
Without modifying the WordPress program file wp-login.php, add:
Function hide_password_reset () {? > # nav a:nth-child (2) {display: none;} .login # nav {width: 30pxposition height: 20px position margin: 24px auto 0 politics margin: hidden;}
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.