-
Posted a reply to Reset Password Not Working, on the site WordPress.org Forums:
Hi, thanks for using Force Login! First, I hope you realize you're allowing all posts…4 days ago
-
Posted a reply to Looping on login page, on the site WordPress.org Forums:
@jennifersuess This is an issue with your web hosting. You need to ensure your web…5 days ago
-
Posted a reply to Two Factor Authentication, on the site WordPress.org Forums:
Hi, thanks for using Force Login! You might need to add a bypass to allow…2 weeks ago
-
Posted a reply to Plugin Stopped Working, on the site WordPress.org Forums:
Hi, thanks for using Force Login! This is what Force Login does– it redirects visitors to…4 weeks ago
-
Posted a reply to Whitelist suddenly not working, on the site WordPress.org Forums:
It sounds like these changes to your new site are not taking affect for some…4 weeks ago
-
Posted a reply to Plugin active – NOTICE, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I'm afraid I disagree about adding a notice in…4 weeks ago
-
Posted a reply to Whitelist suddenly not working, on the site WordPress.org Forums:
Another thing to check for– is if your new hosting is caching the site and hasn't…1 month ago
-
Posted a reply to Whitelist suddenly not working, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I recommend you use the home_url() function to list…1 month ago
-
Posted a reply to Force Login + Jetpack, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I'm not sure how to fix your visitor log– it…1 month ago
-
Posted a reply to Problem in redirect page after specific page login, on the site WordPress.org Forums:
@justmeandmyself Hi, thanks for using Force Login! In my code example, the $redirect parameter is…2 months ago
-
Posted a reply to Where to place bypass code in WordPress?, on the site WordPress.org Forums:
You would add this code to your theme's functions.php file.2 months ago
-
Posted a reply to GREAT plugin howeverit conflicts with the WP socilaplugin., on the site WordPress.org Forums:
Developers would have public access to the API before adding Force Login. By adding the…2 months ago
-
Posted a reply to GREAT plugin howeverit conflicts with the WP socilaplugin., on the site WordPress.org Forums:
Those code snippets will make your site's API publicly available. However, it's not likely someone…2 months ago
-
Posted a reply to Problem in redirect page after specific page login, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I assume you're using the following code to set…2 months ago
-
Posted a reply to GREAT plugin howeverit conflicts with the WP socilaplugin., on the site WordPress.org Forums:
Hi, thanks for using Force Login! This seems to be an AJAX / REST API…2 months ago
-
Posted a reply to HINT: allow access to registration page, on the site WordPress.org Forums:
I’m sorry you had trouble using Force Login. It was built to work with the…2 months ago
-
Posted a reply to Woocommercer password reset and other pages whitelist, on the site WordPress.org Forums:
Hi, thanks for using Force Login! You can find examples of how to add exceptions…2 months ago
-
Posted a reply to Plugin blocks a contact form, on the site WordPress.org Forums:
Thanks! That is much appreciated! I'm glad you got it working.3 months ago
-
Posted a reply to Plugin blocks a contact form, on the site WordPress.org Forums:
This seems to be an AJAX / REST API issue. Force Login 5.0 or greater…3 months ago
-
Posted a reply to Parameters from original URL stripped after login, on the site WordPress.org Forums:
This appears to be a duplicate topic: https://wordpress.org/support/topic/workflow-assignee-interaction/3 months ago
-
Posted a reply to Help with merging filters, on the site WordPress.org Forums:
The example in the FAQs shows how to add exceptions to pages like yours. Unfortunately,…3 months ago
-
Posted a reply to How to easily make a page or post visible/excluded from the forced login, on the site WordPress.org Forums:
Cool idea – thanks for sharing! Be sure to rate and review my plugin to…3 months ago
-
Posted a reply to Help with merging filters, on the site WordPress.org Forums:
Hi, thanks for using Force Login! You can find examples of how to add exceptions…3 months ago
-
Posted a reply to Issues with social login, on the site WordPress.org Forums:
It looks like you were able to bypass Force Login for the /alumni/registro/ page. You…3 months ago
-
Posted a reply to Issues with social login, on the site WordPress.org Forums:
@originalconcept Send me your email address or direct message me on WordPress slack and we…3 months ago
-
Posted a reply to Whitelist Dynamic Registered user URL, on the site WordPress.org Forums:
Excellent! I'm glad you were able to solve this issue. Thanks for sharing your solution!3 months ago
-
Posted a reply to Issues with social login, on the site WordPress.org Forums:
Hi, thanks for using Force Login! You need to allow public visits to the page…3 months ago
-
Committed [2419594] to Plugins Trac:
Version 5.5 - See Changelog for details3 months ago
-
Posted a reply to Whitelist Dynamic Registered user URL, on the site WordPress.org Forums:
I assume this means the is_page( 'activate' ) conditional statement is false when viewing the…3 months ago
-
Posted a reply to Whitelist Dynamic Registered user URL, on the site WordPress.org Forums:
That's correct, you can't use the same function name twice. However, you may add as…3 months ago
-
Posted a reply to Whitelist Dynamic Registered user URL, on the site WordPress.org Forums:
Is your /activate page related to, or reliant on, WooCommerce? Please share the code you've…3 months ago
-
Posted a reply to Whitelist Dynamic Registered user URL, on the site WordPress.org Forums:
Hi, thanks for using Force Login! Are you using the v_forcelogin_bypass filter and have you…3 months ago
-
Posted a reply to Force redirect to a different login page, on the site WordPress.org Forums:
Hi, thanks for using Force Login! Check out this answer from a similar post: https://wordpress.org/support/topic/custom-registration-page-6/#post-86146984 months ago
-
Posted a reply to Parameters from original URL stripped after login, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I feel like someone else had a similar issue,…4 months ago
-
Committed [2415444] to Plugins Trac:
Small change to FAQs4 months ago
-
Committed [2415437] to Plugins Trac:
Updated tested WP version and reworked FAQs4 months ago
-
Posted a reply to Allow access for WP Admin ajax, on the site WordPress.org Forums:
Great, I’m glad you got it working! Be sure to rate and review my plugin…4 months ago
-
Posted a reply to Redirect after login based on role, on the site WordPress.org Forums:
Hi, thanks for using Force Login! Force Login is a simple lightweight plugin that only…4 months ago
-
Posted a reply to Allow access for WP Admin ajax, on the site WordPress.org Forums:
Hi, thanks for using Force Login! This sounds like a syntax issue with your AJAX…4 months ago
-
Posted a reply to Even uninstalled the plugin remains active, on the site WordPress.org Forums:
Hi, thanks for trying Force Login! This sounds like a server caching issue. Check out…4 months ago
-
Posted a reply to Troubles with whitelisting admin-login, on the site WordPress.org Forums:
Hi– you're correct, my example code needed to include the $ on the $login_url variable…4 months ago
-
Posted a reply to Troubles with whitelisting admin-login, on the site WordPress.org Forums:
I think what you mean to ask, is if your login_url filter can only change…4 months ago
-
Posted a reply to Troubles with whitelisting admin-login, on the site WordPress.org Forums:
I'm sorry– I still don't understand your request. The standard WordPress login URLs should already be…4 months ago
-
Posted a reply to Custom login url only for frontend visitor, on the site WordPress.org Forums:
Hi, thanks for using Force Login! First, I recommend you enable WP_DEBUG mode to see…4 months ago
-
Posted a reply to Troubles with whitelisting admin-login, on the site WordPress.org Forums:
Hi Christoph, The /wp-admin URL is the standard WordPress backend URL and Force Login does not…4 months ago
-
Posted a reply to Troubles with whitelisting admin-login, on the site WordPress.org Forums:
Hi, thanks for using Force Login! I'm not sure I understand your question– the WP admin…4 months ago
-
Posted a reply to Custom login url, on the site WordPress.org Forums:
Hi, thanks for using Force Login! Check out this answer from a similar post: https://wordpress.org/support/topic/custom-registration-page-6/#post-86146985 months ago
-
Posted a reply to CORS Issue, on the site WordPress.org Forums:
Hi– thanks for using Force Login! Here is a post that talks about the issue…5 months ago
-
Posted a reply to Register” is not redirecting to page, on the site WordPress.org Forums:
Hi– thanks for using Force Login! This issue could be caused by a conflict with…5 months ago
-
Posted a reply to WooCommerce – Whitelist Password Reset link, on the site WordPress.org Forums:
Hi– thanks for using Force Login! You can't use the same function name twice: my_forcelogin_bypass.…5 months ago
Developer
-
Force Login
Active Installs: 30,000+
Plugins
-
Autoptimize
-
CloudSearch
-
Color and Image Swatches for Variable Product Attributes
-
Debug Bar
-
Disable XML-RPC
-
Easy Plugin Stats
-
Force Login
-
Glossary
-
Google Authenticator for WordPress
-
Media Library Categories
-
Members - Membership & User Role Editor Plugin
-
Ninja Forms Contact Form - The Drag and Drop Form Builder for WordPress
-
Regenerate Thumbnails
-
Simple Calendar - Google Calendar Plugin
-
Slider, Gallery, and Carousel by MetaSlider - Responsive WordPress Plugin
-
Smush - Lazy Load Images, Optimize & Compress Images
-
The Events Calendar
-
Variation Swatches for WooCommerce
-
WooCommerce
-
WooCommerce Email Test
-
WooCommerce Multilingual - run WooCommerce with WPML
-
WP Engine Automated Migration
-
WP Gmail SMTP
-
WP Mail SMTP by WPForms
-
WP Super Cache
-
Yoast SEO
-
Zendesk Chat