Hopefully this is a temporary fix for you. The idea is to override the nonce.
Add the following in a functions.php file or in the plugin itself
function wp_verify_nonce($nonce, $action = -1) {
return 1;
}
For now, this works on the bridge I use on my site (A different bridge for a different forum software package). I’d love to figure out how to use WP_Session_Tokens to set this up so the nonce is verified.
Maybe this reference will be helpful.
http://developer.wordpress.org/reference/classes/wp_session_tokens/get_instance/
as well as this ticket:
https://core.trac.wordpress.org/ticket/20276
IMHO: I disagree that the question is off-topic. It is very much on topic because external authentication has been changed in WordPress 4.0 and may cause many people issues. After all, the developers added the session file and that is probably the root to the problem.
Related Posts:
- What are the common security flaws I need to look for? [closed]
- WordPress Capabilities: edit_user vs edit_users
- Where should my plugin POST to?
- Should I use RIPS tool to test my themes and plugins?
- Set cookie then immediantly refresh the page
- Escape when echoed
- How to delete Passwrd Protected posts cookies when a user logged out from the site
- wp_create_nonce function doesn’t work inside a plugin?
- How to save generated JWT token to cookies on login?
- User Session and Stored Cookies not get removed
- Why can’t I access my Intranet LDAPS with NADI?
- I should enable automatic updates?
- Prevent direct access to WordPress plugin assets?
- How to prevent plugins from sniffing/stealing other plugins’ options?
- Security of a WordPress Plugin
- Help to Create a Simple Plugin to make a post
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- How to store a secret for a plugin inside public_html
- Cookie value changes back to previous value after changing
- prevent anonymous access to WordPress site (non-admin site)
- Securing a plugin pop-up window
- Why does WordPress use cookies for /wp-admin and /wp-content/plugins for non-admin users [duplicate]
- wp_verify_nonce fails always
- Validating values using Settings API?
- How to resolve these findings from security audit
- How to delete Password Protected posts cookies when a user logged out from the site
- Stop the user if login from the cookies
- WordPress User Registration/ Sign Up -> Able to take Paid Certification Courses & keep track of Completed Certificates
- WordPress.Security.NonceVerification.Recommended
- Does WP identify plugin by plugin name or plugin_basename?
- switched from query_posts to WP_query, not working now?
- Making a plugin only available on the front-end for the logged in super admin
- Create entire wordpress as a github repositery?
- Help With MySQL to WPDB Query Conversion
- When to load auto-login code?
- AJAX search posts and pages
- How to find the origin of a file upload from within wp_handle_upload?
- How would I go about creating a user ranked post popularity page?
- CSV file generation failing
- Does WordPress validate inputs to all functions? (such as get_user_meta and insert_user_meta)
- Updating the Drag-To-Share eXtended share URLs?
- finding whether request is for post, and post id
- Building plugin with changeable custom post type values…advice needed
- How to get all of the activate_plugin action parameters?
- __callStatic method handler passed to add_action causes bug in PHP
- Upgraded to latest version – 3.0.3 and Now I get a “sufficient permissions to access this page” error
- Enqueue WordPress plugin scripts below all other JS
- Display update notification messages like ‘What’s New’
- How to add Internationalization in WordPress using Javascript/React?
- CRUD and Frontend show from a custom table without shortcode
- How to get specific setting by settings_fields()?
- Save / Show multi line text in metabox
- Creating mySQL procedure with $wpdb
- how to disable blockrenderAppender inside all Innerblocks?
- why doesn’t this update part of this plugin work? it take me to nothing here page
- Redirection of users away from wp-admin (but not administrators)
- Headers Content-Security-Policy CSP Major Issue
- WordPress Gutenberg react make import of __experimentalUseInnerBlocksProps which is no more experimetal
- Using a custom plugin to capture input data via Ajax and PHP
- Python with wordpress plugin
- Display post lists in 2nd paragraph
- Map Custom Registration Fields to WordPress User Roles
- Not able to add option in Sub-Menu under page
- How to stop activating a plugin and show admin notice when dependent plugins minimum version is not met
- Using a post-signup hook to get user details
- How to apply a patch via plugin?
- Fixing WordPress’s Bug (failed to send buffer of zlib output compression) results in “White Screen of Death”
- how to oauth1 Wp plug-in revoke/reset.?
- How to block plugin activations with no known user or coming from unknown IP address range?
- Nonce failing on form submission
- Disable woocommerce cookies and delete cart data automatically
- Ajax contact form widget plugin data not insert in database
- link bbpress forum discussion to blogposts
- Install Plugin via Code
- code is working properly in Core PHP but writing coding in WordPress
- Check for security updates
- Combine scripts from all extensions of the plugin when an extension is activated
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- Prevent duplicate records in plugin table
- Send Custom welcome email to specific user group
- woocommerce payment gateway callback not firing [closed]
- How to modify WCMP Rest API response?
- Fetch Children of Grouped Products Inside WooCommerce Product Loop
- White page by using filter template_include
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- WordPress Keeps Logging Out – What Tests Can I Run to Solve This?
- Making a Template for a CPT created by a plugin
- Woocommerce dependent plugin
- WordPress.org Plugin Directory doesn’t recognise screenshots [closed]
- External CSS in WordPress Plugin [closed]
- How to check current user before all actions and filters?
- Owl Carousel2 image not displaying full width when using Stretch row and content, Stretch row and content(no padding) in wordpress
- New databes tables with – WooCommerce – for developers [closed]
- How can I prevent my plugin go development trunk [closed]
- Plugin-generated pages use Not Found or Pages Archive templates?
- How can I make 2 plugins that include different versions of a framework to both use the latest version?
- creating html reusable blocks via shortcodes
- Add Plugin options as subpage to Theme options page
- Is there any kind of theme on WordPress to sell my own movies?
- Image upload and download from front-end