Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Wordpress and MD5 Passwords

Options
  • 17-01-2011 10:30am
    #1
    Closed Accounts Posts: 144 ✭✭


    I want to take a mysqldump of a wordpress database and insert a new user directly in that text file.

    If I put an MD5 password directly into users:
    $P$BmLdvl3RJNosEkpUta2bjkiJX2fd1X0
    INSERT INTO `wp_users` VALUES (1,'admin','$P$BmLdvl3RJNosEkpUta2bjkiJX2fd1X0','admin','fakemail1@gmail.com','','2010-10-27 10:02:14','',0,'admin');
    

    will that MD5 password be readable by wordpress?


    Thanks All


Comments

Advertisement