Skip to:
Content
Pages
Categories
Search
Top
Bottom

New users get access to main sites dash board?


  • vus
    Member

    @vus

    Hi there

    I have an issue with handling new users rights. When new users enter the site for the first time the end up on my main page, instead of on their own new site. And what worse is, they apparently have access to my dash board. Does anybody have an idea how to set things straight on this issue?

    Thx
    Claus

Viewing 3 replies - 1 through 3 (of 3 total)

  • vus
    Member

    @vus

    Just realized that this properly is a wordpress related problem, but if anyone has any suggestions I’ll take them anyway :-D

    Claus


    @ChrisClayton
    Participant

    @chrisclayton

    ” they apparently have access to my dash board. Does anybody have an idea how to set things straight on this issue?”
    They sure do. They don’t see anything though – https://buddypress.org/wp-admin/index.php

    if it’s an issue, you could code it really easily…
    `function get_out_dude {
    if(is_admin & !current_user_can(‘editor’)){ //if we are inside wp-admin and user is not an editor
    wp_die(‘get out of my bedroom.’); //lets kill everything and tell the user to get out.
    }`
    * written quickly. don’t trust the code.


    vus
    Member

    @vus

    Hmm, I think my problem is a little different. I made a couple of accounts to test out the functionality, and when logged in as one of these users I have access to – not only the dashboard of my main site – but also the dashboard of the other new user that I created.
    There has to be something that I’ve missed since this is not what anybody would want or need.

    //Claus

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New users get access to main sites dash board?’ is closed to new replies.
Skip to toolbar