The MU forums have moved to WordPress.org

Admin control panel (5 posts)

  1. ilvblog
    Member
    Posted 17 years ago #

    How to log in the Admin control panel? is that possible?

  2. andrea_r
    Moderator
    Posted 17 years ago #

    For the main blog and the site admin? Should got the password for that when you installed.

    For the admin panel on member blogs, login to their blog using your admin username/password.

  3. ilvblog
    Member
    Posted 17 years ago #

    but i do not have the admin username and password, the system not mailed it to me when i install it.
    what i can do in the admin control panel? can i manage other blogs?

  4. wp-flz
    Member
    Posted 17 years ago #

    In the admin tab, you can set some site-wide options.

    WordPress MU is quite broken at the moment so it doesn't send you the admin password at install time. To recover your admin password, do the following:

    $ mysql -u sqluser -p wordpressdb
    [Enter password]
    mysql> update wp_users set user_pass=md5("yourpass") where user_login="admin";
    mysql> quit

  5. drew3000
    Member
    Posted 16 years ago #

    I just get "command not found" for the above solution. Can anyone be a tidge more specific?

About this Topic

  • Started 17 years ago by ilvblog
  • Latest reply from drew3000