Force Login

Wordpress Plugin
Download latest - 5.6.3

Developers

kevinvess

Download Stats

Today 101
Yesterday 159
Last Week 1,098
All Time 125,316
Banner 772x250


Releases (23 )

Version Release Date Change Log
5.6.3 2021-09-15
  • Fix - Fixed issue for sites with a custom login URL.
5.6.2 2021-06-08
  • Fix - Fixed issue for sites with a custom login URL.
5.6.1 2021-06-06
  • Fix - Fixed too many redirects issue for Multisite users.
5.6 2021-06-05
  • Feature - Added filter for Multisite unauthorized error message.
  • Tweak - Allow logged-in Multisite users to access bypassed pages of other sites.
5.5 2020-11-16
  • Tweak - Deprecated whitelist filter, use v_forcelogin_bypass instead.
5.4 2020-04-08
  • Tweak - Improved the visited $url variable.
  • Tweak - Changed code to comply with WordPress standards - props Alex Bordei.
5.3 2018-12-09
  • Feature - Added nocache_headers() to prevent caching for the different browsers - props Chris Harmoney.
  • Tweak - Removed $url parameter from whitelist filter.
5.2 2018-07-04
  • Feature - Added $url parameter to bypass and whitelist filters.
  • Tweak - Updated Multisite conditionals which determine user access to sites.
  • Tweak - Moved 'v_forcelogin_redirect' filter to improve performance.
5.1.1 2017-12-15
  • Tweak - Improved the REST API restriction to allow alternative modes of authentication.
5.1 2017-11-16
  • Tweak - Restrict access to the REST API for authorized users only - props Andrew Duthie.
  • Tweak - Added load_plugin_textdomain() to properly prepare for localization at translate.wordpress.org.
5.0 2016-12-14
  • Feature - Added filter to bypass Force Login redirect for whitelisting pages without specifying a URL.
  • Tweak - Changed the hook for Force Login to run at a later stage in the WordPress tree.
  • Fix - Replaced deprecated function - props Just-Johnny.
4.2 2016-08-07
  • Tweak - Made plugin translation ready.
4.1 2016-05-17
  • Fix - Multisite 'Super Admin' users do not need assigned sites to access the network.
4.0 2016-03-30
  • Feature - Added exceptions for AJAX, Cron and WP-CLI requests.
  • Fix - Only allow Multisite users access to their assigned sites.
3.3 2016-01-28
  • Fix - Check for existence of explicit port number before appending port - props Bjrn Ali Gransson.
3.2 2015-08-25
  • Streamlined - removed v_getUrl function to reduce possible duplicates of global functions - props johappel.
3.1 2015-08-24
  • Rewrote v_getUrl function to use HTTP_HOST instead of SERVER_NAME - props Arlen22.
3.0 2015-08-03
  • Added hook to set a specific URL to redirect to on login.
  • Added hook to allow whitelisting of additional URLs.
2.1 2014-12-23
  • Rewrote v_getUrl function to include the server port - props Nicolas.
2.0 2014-10-06
  • Added redirect to send user to the url they tried to visit after logging in.
1.3 2014-10-06
  • Fixed password reset url from being blocked - props estebillan.
1.2 2014-09-18
  • Streamlined code
1.1 2014-07-17
  • Whitelisted the Registration page and the Lost Password page - props jabdo.