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:
- Pass PHP variable to javascript
- 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]
- Best way to manage a lot of pages in Wp Admin [closed]
- How do I email a new page password to somebody every month?
- Create page when plugin is activated
- jQuery plugin only in one page/post
- How can I show drafts in wp_dropdown_pages list?
- Add new password rule to Ultimate Member register form
- Pages with 2 Columns
- How to create a Page alias in WordPress
- login to wordpress with Get variables instead of Post
- WP-PageNavi plugin doesn’t work with multiple pages of search results
- 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?
- Problem protecting a page with a 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 a way to lock certain pages from being edited by anyone other then the admin?
- Replace existing pages with new pages, keep menu links
- How to show category images (from plugin) on a regular page (page-example.php)?
- Is there any good tutorial to write custom login, registration and password recovery forms? [closed]
- [Plugin: Posts 2 Posts] How does it work?
- 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
- Copyright messages for a particular set of pages
- Show a special message for private page?
- How can plugins have their own pages?
- wordpress reusable content blocks
- Preventing BFA in WordPress without using a plugin
- Add a plugin before main container
- Wondering what these multi-colored extra pages are?
- Create a custom page template inside my wordpress plugin
- View Private Published Page with URL Code (no login required)
- 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
- WordPress web pages keep getting deleted (moved into the trash) by themselves
- Run plugins only on certain pages
- (FES EDD) New vendor submission page is blank
- WordPress plugin/theme or other wayout to create portable pages?
- php page not found for plugin options menu
- Changing page URL and connect newsletter to MailChip
- WordPress page and plugin list using sql query
- Create page from plugin, but have it completely hidden
- How to add subcategories to the blogroll?
- How do I write an inventory list plugin that creates dynamic details pages?
- Can I allow certain people to add/edit pages within a parent?
- Proper way to replace the_content only for pages created by custom plugin
- Add menu page issues (permissions & position)
- History of page, interval of years
- Choose default template for a page with code
- Options page textarea to populate custom post select field
- Best way to create member pages for a lab website? [closed]
- Hidden Some Setting on Post or Page [duplicate]
- Get page content by ID (from a plugin)
- Better code/text editing for posts and pages?
- Creating a page that does not show up in the frontend navigation bar
- Restrict my pages from public
- Fatal error when accessing Pages in WP admin (and problems editing any pages)
- 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
- Fake Single WordPress Post (Page) Loop
- How to set different users for different pages?
- 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
- How do I add custom fields to the “Edit page” admin screen?
- My WP site and password was hacked, what to do? [closed]
- Additional scrollbar appears inside the browser on every page + lag scroll -Winner theme
- How to delete Password Protected posts cookies when a user logged out from the site
- Attachement title in wpallimport
- Update title field while listing wordpress page titles in Elementor selector
- WordPress Plugin and other pages not opening
- Meta box not displaying on the plugin page
- Create new page without menu in custom wordpress plugin
- How to access the page without registering in wordpress
- Set the Social Icon Size in footer
- ImageMagick on wordpress 6.5.5 for Linux Alma 8 success but which no magick
- WordPress theme is not displaying the correct home page in the Pages section
- The sidebar in wp-admin dashboard disappears when viewed on mobile screens in WordPress
- What forum plugin can I use to allow non-registered users to create posts and comment? [closed]
- Remove 3rd party plugin notices from within own plugin
- 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