Hi,
Could you please share with us the URL and also a credentials for demo purpose?
Regards,
Alberto.
Hi Jean,
And some demo user/pass?
Are you using any other membership plugin?
Regards,
Alberto
As mentioned on the inital post, only -Customer Area plugin- is used.
On which email do I sent you informations ?
John
Did you receive all you need ? We need to know if the issue becomes from your plugin or not.
John
Could you disable other plugins? It’s strange.
Alberto.
Hum works fine if I disable “Customer Area” plugin version 5.0.7 😉
Know issue ?
John
Hi,
Ouch! I don’t know, there is any way to disable this plugin for specific pages? If so, this is the way.
Alberto.
Fixed, your plugin does not override the wp-login.php. So I had to change he home page of the plugin “Customer Area” and add some redirect rules in your plugin.
It should be great if you could had url redirections in your plugin settings Alberto ;-), to avoid changing source code.
Here is source code modifications, file clean-login.php, this could help someone else :
Line 186
// Sets the redirect url to the current page
if ( is_user_logged_in() )
wp_safe_redirect( '/my-logged-url/');
else
$url = clean_login_url_cleaner( wp_get_referer() );
Line 198
if ( is_wp_error( $user ) )
$url = add_query_arg( 'authentication', 'failed', $url );
else
$url = '/my-logged-url/';
John
Hi,
Yes, I know our plugin doesn’t override it 🙂
Yep! It’s something we may code in the next releases, but not planned yet.
Thanks for your feedback, and if you like Clean Login, please write a review here: https://wordpress.org/support/view/plugin-reviews/clean-login
And a tip, take care with the plugin update since it will re-write your changes, just rename the plugin name.
Alberto.