rbmusica
Forum Replies Created
-
The issue still exists, as the only roles that are available in the site kit dashboard sharing (in my case, at least) are editor, author, administrator and contributor…no shop manager, no SEO manager and other roles I have. A standard capability that could managed by user role editor and similar plugin would be much much better.
Forum: Plugins
In reply to: [WPS Hide Login] Password recovery shows site URLHi, thanks for your reply. What you say would be true if wordpress members and woocommerce customers would use the same login page, but they don’t.
Woocommerce customers are not in the same class as WP members, and customers don’t see and don’t use the standard wordpress login page in the scenario I’m building, so if they are not aware of the real wordpress login URL it would be impossible for them to find out the wordpress login page, or to find out that there is an underlying wordpress install.
When they recover the password, however, the real wordpress login page URL is exposed. I will try to do this in the next few days
function reset_pass_url() {
$siteURL = get_option('siteurl');
return "{$siteURL}/mycustomfileCOPIEDFROMwp-login.php?action=lostpassword";
}
add_filter( 'lostpassword_url', 'reset_pass_url', 11, 0 );Do you think it will play nicely with WPS Hide Login?
Thanks for your help, kind regards.
Sorry, the link abovve is wrong…..this is the page with the form