Since this is a multisite you’ll have to put the disable password filter in a mu-plugin. Create a file in wp-content/mu-plugins with:
<?php
add_filter( 'allow_password_reset', '__return_false' );
That should completely disable password recovery. It will affect all sites, not just that one customer’s: if that’s not what you intended you’ll have to add logic here to restrict it to that one user e.g. by name, or by checking for permissions / roles on that customer’s site, or by a flag in user meta.
Related Posts:
- How do I email a new page password to somebody every month?
- Add new password rule to Ultimate Member register form
- login to wordpress with Get variables instead of Post
- Multiple Password Portal Page BEFORE User Account Set Up
- Is it possible to block subscriber users to changing its password?
- Problem protecting a page with a password
- How to create a word press user with hashedpassword
- Is there any good tutorial to write custom login, registration and password recovery forms? [closed]
- Disable WordPress password reset via mails,instead notify admin about the reset request
- Preventing BFA in WordPress without using a plugin
- How to delete Passwrd Protected posts cookies when a user logged out from the site
- Specific way to allow WordPress users to view their current password? And edit it?
- Plugin: connect to external database without showing password
- Create Woocommerce account password post-checkout on thank you page
- Automatic chage password of pages after some time
- wp_set_password() does not work!
- Login/password protected “client page”
- Login issue in WordPress
- How to make a page both “private” and “password protected”
- Password Protect wp-content?
- Members-only page, but accessible via sharable link
- Create password protected page, no registration
- Cant visualize protected password portfolio elements
- How can I allow for the password protect feature to allow visitors to enter any number at all?
- Alter the reset password link
- Password Protected Directory Link Shows Maintenance Mode Page
- Is it possible to send user new password after they clicking on forgot password in word press
- My WP site and password was hacked, what to do? [closed]
- How to delete Password Protected posts cookies when a user logged out from the site
- Woocommerce – adding variations to variations [closed]
- Passing a parameter to filter and action functions
- Do deactivated plugins slow down a WordPress site?
- Allow all file types for upload
- Difference between a theme and a plugin?
- Change Label for field used in Woo Commerce
- Symlinked plugin directory doesn’t appear in Admin
- Suggest a plugin for up/down voting posts [closed]
- How to disable Gutenberg editor?
- How to install plugins in individual sites on a wordpress network?
- Cropping, Re-sizing and Saving images from one folder to another folder in wordpress
- Cron Job not working in plugin
- How to get all attachment image from post ?? WordPress
- How to check if I am displaying categories on a Woocommerce page? [closed]
- What plugin should I use for a basic user signup/login system [closed]
- How to avoid redefining requirejs in plugin when another plugin also uses requirejs
- Review plugin with rating of post [closed]
- Hook to generate a dynamic sitemap with “All in One SEO Pack” Plugin
- Displaying a Welcome Message to a Woocommerce User
- How use %like% in sql statement wordpress
- Possible to replicate economist.com’s debate section in wordpress? [closed]
- Why slash is removed after domain?
- add mediaelement.js plugins into WordPress video player control bar
- MITM risk of not sanitizing?
- WordPress Central User Database
- Why Won’t Exported Blog From One Site Import Into New Site?
- Any built-in function to associate a post to category through a plugin?
- Filtering WooCommerce Orders by Category
- Redirecting thousands of posts that currently have no category in their permalink when changing permalink structure to include category
- How to redirect users to their profile after they successfully edit their profile
- Disable Gravatars in WordPress
- Getting a “Warning: call_user_func_array()” error whenever I install/update a plugin
- Preventing My Plugin From Being Used For Free
- WordPress Admin Menu defining function is seperate file
- Can plugin2 uninstall plugin1 at the very beginning of plugin2’s installation?
- WordPress Book Exchange Plugin Equivalent?
- I changed font of wordpress dashboard but it is slow!
- My custom php file keeps 404’ing in WordPress when I call it. What am I missing?
- Return multiple values in a shortcode attribute
- Plugin temporary files and files to download via FTP
- How to extract a .wp-env.json or composer.json containing plugin versions from a production website?
- Search and Filter Plugin – How to disable redirection
- Using $wpdb in a plugin, what sort of data does it return?
- Next Previous Post in wordpress with previous / next link with title?
- In wordpress how to sent different email separetly when i click on different email ids [closed]
- After a manual update, themes and plugins that were installed (and still in the directory) are not being seen
- Cannot Access Console
- How to convert a plugin into a function
- woocommerce remove coupon link does not work
- Remove List Bullets
- How to set plugin auto-update Enabled by default?
- How to translate to spanish wordpress hardcoded content/files?
- Is there a tool to see every WordPress site that’s using a particular plugin?
- How to Create a Learning Management Plugin in WordPress to Manage Courses [LMS]
- Overwriting Plugin’s Ajax callback function from theme
- How to disable users to view Other pages
- Can’t find variable is_single in my jQuery plugin
- WordPress Cron function is not working
- SSH vs WordPress
- Showing ads in the specific category and its sub-categories
- Plugins upload to wordpress in wampserver via filezilla
- Problem with permissions in wp-content/plugins
- What would cause edit buttons for plugins to disappear?
- Is an Office a custom post type [closed]
- Plugin Beauty Contact Popup Form with while loop
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- How to update changes to multiple sites at the same time
- How to Allow Users to Select Recipients In a WordPress Comment section?
- restore backup full content or just specific folders
- WooCommerce REST API aborts connection [closed]
- How to write a plugin that “listens” every time, an edit occurs?