Hello,
Since WP 5.1, Private Site always shows the login screen, but the password is always wrong. I have to ask for an email every time. Once the password reseted, it’s OK until the next reconnection.
Is there any way that the right password is remembered?
It’s to avoid asking for a reset password mail every time.
Before WP 5.1, it worked fine.
Private Site is not alone. I tested various such a plugin, and always the same problem.
Does WP 5.1 change any thing about that?
Thanks a lot,
Jean
Currently there is a require_once() throwing a Fatal Error, because the file does not exist within the plugin.
Line 163 in private-website-intranet/public/class-private-website-intranet-public.php
Currently reads: require_once dirname( __FILE__ ) . '/partials/private-website-intranet-public-login-form.php';
Should probably be: include_once( plugin_dir_path( __FILE__ ) . 'partials/private-website-intranet-public-login-form.php' );
, but then the file private-website-intranet-public-login-form.php
is still missing from the plugin.
If you enter the wrong password you are sent to the default WordPress login instead of the frontpage one made with this plugin. Is there a way to fix that so that you always directed to the frontpage login?
]]>How can I redirect people to the homepage instead of one of the pages in the pull down menu?
]]>I’ve tried [private-intranet-login] in multiple places (pages, widgets) and not successful, the shortcode isn’t doing anything.
]]>