Hi
I don’t want users at the backend, dashboard for users.
In bp-custom.php I disabled the admin bar
`define(‘BP_DISABLE_ADMIN_BAR’, true);`
Still users can go to the dashboard through wp-admin.
How disable wp-admin for users? a permission in a role?
Thanks in advance.