Forum Replies Created
-
AuthorPosts
-
Vladimir
KeymasterHi,
User Role Editor has “administrator protection” feature turned ON by default. It hides ‘administrator’ role and other users with ‘administrator’ role from all users who can edit other users, but has ID not equal 1.
It’s possible to switch off this feature via filter. Add this code to your active theme functions.php file or setup it as a Must Use plugin://—
// Switch off URE’s protection of users with ‘administrator’ role from each other and other users with ‘edit_users’ capability
add_filter( ‘ure_supress_administrators_protection’, ‘switch_off_ure_admin_protection’, 10, 1);
function switch_off_ure_admin_protection( $switch_off ) {
$switch_off = true;
return $switch_off;
}
//—Vladimir
KeymasterSubmenu “WooCommerce->PickingPal’ is protected with ‘edit_published_pages’ user capability.
Vladimir
KeymasterHi,
Role with access to the orders only is described here.
I need access to the PickinPal plugin in oder to help you. Share its .zip via Google Drive or DropBox, if that’s applicable (support [at-sign] role-editor.com).
Vladimir
KeymasterThere is no “Roles compare’ tool in URE.
You can export all roles to the CSV file though. Activate “Activate export user roles to CSV” and click “Export” button at the “Settings->Tools” tab.16/12/2021 at 02:55 in reply to: Restrict access to woocommerce product category not working, how to debug? #7784Vladimir
KeymasterIn order to exclude product from listings, you have to select action “404 HTTP error”. Content view restrictions protects directly only post/page content or full description for the products. It does not prohibit to theme or plugin to show any other product attributes, like price, image, etc. until you select the “404” or “redirect” action.
Take into account that you can set view restrictions directly for the product category.
Vladimir
KeymasterHi,
‘Easy WP SMTP’ plugin checks ‘manage_options’ capability in 2 places:
1) when adds own settings page under the “Settings” menu;
2) when add a couple of internal hooks for the wp_admin.It does not send email messages itself. It just allows messages sent by WordPress itself to be sent via external mail server (SMTP).
You need to check why in some cases email is not built by WordPress itself or responsible plugin.
05/12/2021 at 03:11 in reply to: Not Showing “Users” in admin menu but user does have the permissions #7779Vladimir
KeymasterRe-check that user can at least the ‘list_users’ capability.
If you have “Admin menu access” add-on active, check if “Users” menu is not blocked for role granted to this user.
Check if some other plugin does not block “Users” menu for this user or his role.Vladimir
KeymasterHi,
Elementor protects its menu items including the “Settings” one with ‘manage_options’ user capability.
Take into account that after granting ‘manage_options’ to the ‘editor’ role it will get access to a lot of other critical menu items, like general WordPress “Settings”. You may use “Admin menu access” add-on to block them for editor role.Vladimir
KeymasterClarify, what plugin settings do you try to access?
What user account do you use for that, admin? If not, tell about user permissions and restrictions applied to that user.Vladimir
KeymasterThanks for the help.
Vladimir
KeymasterTry development version 4.61.b1. It’s available from the “Download” page after login.
Vladimir
KeymasterHi,
Excuse for so huge delay with response. Yes, it will work. ‘no_role’ seems more nice for me. I will provide access to the beta for testing until the end of November, 2021.
Vladimir
KeymasterHi John,
I just confirm this.
09/11/2021 at 03:39 in reply to: After save some additional items like plugins or meta, capabilities are deleted. #7758Vladimir
KeymasterThe same result. If you can repeat this at the development copy of the site it would be good to get admin access to investigate the issue. If it’s possible send credentials to the support email address.
05/11/2021 at 05:03 in reply to: After save some additional items like plugins or meta, capabilities are deleted. #7755Vladimir
KeymasterUnfortunately, I can not repeat this at my test environment. If it’s possible to look at the issue on site (dev. copy preferred), send credentials to the support [at-sign] role-editor.com
-
AuthorPosts