• Hi Guys,
    Here is my problem:
    1. I had install WpMU in my own server. I had install WPMU yourdomain.com/demo .
    2. There I had only 1 user for access all sites under this. This user can access all of the site under yourdomain.com/demo . So my some site site URL was: yourdomain.com/demo/site1 , yourdomain.com/demo/site2, yourdomain.com/demo/site3, yourdomain.com/demo/site4 , yourdomain.com/demo/site5
    3. This Admin username was: user1
    4. Then I had add a new user, which name was: user2
    5. After that, I deleted user1 from PHPmy Admin
    6. Now user2 can only access yourdomain.com/demo/ . But user2, can’t access other sites from this site. As like: yourdomain.com/demo/site1 , yourdomain.com/demo/site2, yourdomain.com/demo/site3, yourdomain.com/demo/site4 , yourdomain.com/demo/site5

    Please tell me, How user2 can access all of the sites in WPMU sites?

    Waiting for Quick Solution.

    Regards
    Sudipta

Viewing 1 replies (of 1 total)
  • Moderator Bet Hannon

    (@bethannon1)

    I think you can add to the main site themes’ functions.php:
    grant_super_admin(#);
    where the # is replaced with just the numerals of the user id of an active user.

    Once you are into the network admin dashboard, you should be able to set other network admins if needed.

    After confirming that the user now has network admin privileges, delete this line from functions.php so it doesn’t keep running all the time.

Viewing 1 replies (of 1 total)
  • The topic ‘How to Add WPMU New USER, who have my all site access’ is closed to new replies.