hello, i also need that customers can register if they don’t have an account but when i click register it redirects to login page
]]>Hi there,
I tested this plugin with a single site setup, standard blog, and it worked like described.
Now I want to use it in on a multisite and it does not work. What did I do?
* Use existing Multisite setup with Subdirectories (path-based)
* Install plugin
* Activate plugin only on one site
The plugin is activated, but no redirect happens. The site is still publicly available. It seems that the plugin does nothing.
]]>This can have unexpected behaviour. For example we have a simple WordPress install that is consumed by some apps and websites via the API. The site itself we were using this plugin so people would not just be able to browse the site. When you added the lockdown API also, it caused the other sites to require authentication to access the API resources. Obviously this is just my opinion but there is a clear use case for locking down a site but not necessarily the rest api. Perhaps its time for a settings page.
]]>Hi!
Suddenly and after months of working with no issues, your plugin just started to redirect users (non-admins) into the WP standard user profile page instead of starting page. How do I define a URL where I always want the user gets redirected into after login?
Thanks in advance!
]]>WooCommerce changes the URL users get redirected to to reset the password. This page is locked protected by “Logged in only” so the user never reaches this page.
To fix this the following snipped can be used:
/*
* Reset the password reset link to wp default if WooCommerce is active
*/
function logged_in_only_check_for_url_reset() {
// Unset the url filter from WooCommerce
remove_filter( 'lostpassword_url', 'wc_lostpassword_url', 10 );
}
add_action( 'plugins_loaded', 'logged_in_only_check_for_url_reset' );
Maybe something to add to the plugin in a further version.
]]>Please update your awesome plug-in to deflect current security attacks.
Thank you!
]]>Seit einem Update auf PHP 5.6 bekomme ich durch das Plugin PHP-Warnungen bei jeder Aktion in WP (zum Beispiel einfaches Seite speichern). Ich benutze WP 4.4.2 de und die Pluginversion 1.2
]]>Please update your awesome plug-in to deflect current security attacks.
Thank you!
]]>