I have a network, say: http://mymultisite.com, and I have always let my user login using http://mymultisite.com/wp-admin. After logging in, they will be redirected to the the folder /wp-admin with the page that says: “You attempted to access the “My Multisite” dashboard, but you do not currently have privileges on this site…” and then allow them to choose their Dashboard (in case they have more than 1 site). With the plugin, it hides my /wp-admin folder so obviously the page doesn’t work anymore, even for that already-logged-in user, and they are unable to access that selection page, and officially stuck.
I unchecked the “Hide wp-admin/ for untrusted users” option, and it works fine again.
The test user is with the role name “Editor”, and of course add the role to “Entrusted users” and by using User Role Editor, I confirm that the test user already have hide_my_wp_trusted checked.
I checked by logging in with different users with different capabilities (ALL with hide_my_wp_trusted) and only ones that are administrator can access that folder /wp-admin. All other users redirected to /wp-admin even with their roles as entrusted user.
Please advise.