Welcome to WPSE. Plugin recommendations are considered off-topic here, so here’s an action approach to the problem.
You could use WP Cron to schedule a daily event for resetting page password. You can use wp_schedule_event() to schedule your custom event.
In your event callback, use first WP_Query with password parameter to get all protected pages. Then loop through found pages and update their passwords with wp_update_post as password is saved in the post_password post property / posts table column.
If you want the new password to be something random, you can for example use wp_generate_password() to generate it.
Related Posts:
- Is there a way (plugin?) to restrict a user to being able to edit just one page?
- Creating a WordPress admin page without a menu for a plugin
- What is the best page ordering plugin that works well with WPML? [closed]
- Create page when plugin is activated
- jQuery plugin only in one page/post
- How can I show drafts in wp_dropdown_pages list?
- How to create a Page alias in WordPress
- Multiple Password Portal Page BEFORE User Account Set Up
- How to extract images of post and pages excluding header and logo image in wordpress?
- Is it possible to block subscriber users to changing its password?
- How to exclude a widget from page 1 of a paginated post
- add_meta_box Callback not being called
- How to create a word press user with hashedpassword
- Is there any good tutorial to write custom login, registration and password recovery forms? [closed]
- Creating a menu page in a Object Oriented developed plugin
- Disable WordPress password reset via mails,instead notify admin about the reset request
- Distributing and packaging plugins
- Custom Text Under Navigation Links
- Set a category for a page
- Automatically adding post and pages to new blog setups
- Preventing BFA in WordPress without using a plugin
- Wondering what these multi-colored extra pages are?
- Create a custom page template inside my wordpress plugin
- Do action only on certain front end pages?
- How to delete Passwrd Protected posts cookies when a user logged out from the site
- How to delete page by deactivating plugin
- php page not found for plugin options menu
- Create page from plugin, but have it completely hidden
- How to add subcategories to the blogroll?
- Proper way to replace the_content only for pages created by custom plugin
- Add menu page issues (permissions & position)
- Would Gutenberg be considered a PlugIn?
- I need help locating a URL that is on my site map, but that I can’t find in my WordPress dashboard
- Show author on every sub-page
- Completely disabling password reset/recovery
- How to have sample page for each new register users in a membership website
- One sub site is slow while all others load fine, same theme & plugins [closed]
- How to create a page with links to other pages that include image and excerpt?
- Add Content to Content()
- How to create wordpress page that lets users create their own quiz? [closed]
- Huge number of 404 pages getting spawned
- How to create plugin auto create page wordpress?
- Change website directory safely to add a static page on startup
- Price comparison table based on Custom Post Type?
- Plugin: connect to external database without showing password
- How to dynamically change spots of text in custom page?
- Adding a pagenavi to function for displaying bookmarks
- Pasting this PHP breaks my page. Why?
- Modify pages widget and make a plugin?
- How do I create pages within a WordPress post?
- Woocommerce checkout page broken when set as a checkout in woocommerce settings [closed]
- Elementor Combined all Sections into 1 Text Editor
- Custom plugin places html head content in body
- Pass PHP variable to javascript
- how to show all posts of each category in pages
- Create Woocommerce account password post-checkout on thank you page
- create pages automatically and dynamically in wordPress
- WordPress Frontend Page using Plugin
- Powerpress upload a podcast without creating a post for it
- Login/password protected “client page”
- Allow a page to be edited by a specific custom role
- Login issue in WordPress
- How to make a page both “private” and “password protected”
- Password Protect wp-content?
- Failed to load resource: the server responded with a status of 500 () post.php
- Members-only page, but accessible via sharable link
- Create password protected page, no registration
- Page Contents showing in Footer Area
- Page takes on two different formats
- Cant visualize protected password portfolio elements
- How to disable users to view Other pages
- Get content and send to 3rd party
- Multiple calling javascript from shortcode in one page
- Best approach to serve static content within a regular page
- History of page, interval of years
- Choose default template for a page with code
- Hidden Some Setting on Post or Page [duplicate]
- Get page content by ID (from a plugin)
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- How to tell which Plugin is displaying?
- Create a blank admin page from plugin
- Wp Pagenavi how to display all results
- How can I allow for the password protect feature to allow visitors to enter any number at all?
- WordPress ultra slow if I click on posts?
- Redirect url in plugin to somewhere else?
- Alter the reset password link
- Password Protected Directory Link Shows Maintenance Mode Page
- Display static pages instead of category, in code
- How to make only selected posts appear on a selected wordpress page
- Is it possible to send user new password after they clicking on forgot password in word press
- Static page with formatted post list
- My WP site and password was hacked, what to do? [closed]
- Additional scrollbar appears inside the browser on every page + lag scroll -Winner theme
- Attachement title in wpallimport
- WordPress Plugin and other pages not opening
- Set the Social Icon Size in footer
- ImageMagick on wordpress 6.5.5 for Linux Alma 8 success but which no magick
- What forum plugin can I use to allow non-registered users to create posts and comment? [closed]
- Lost Password of my site, how to reset wordpress password?
- Show only those pages that are created by the specific logged in user in WordPress