Skip to main content

User Email Deleted

Comments

3 comments

  • SysSachin
    Hello, First of all, you need to contact your hosting provider to check your account logs as you do not have root access of your hosting server to check logs. And I can see your email address is not assigned in your WordPress database to the admin user and due to that you are getting that invalid email ID message. if you are able to access your phpmyadmin through cPanel, then you can reset your WordPress admin password with the following sql command.
    UPDATE `wp_users` SET `user_pass` = MD5( 'new_password' ) WHERE `wp_users`.`user_login` = "admin";
    If you are not sure how to do it then please contact your hosting provider and ask them to reset your WordPress admin password. Here are the some other way to reset WordPress admin panel password Resetting Your Password " WordPress Codex
    0
  • IAmJames
    Thank you. Before I reset my wordpress password, don't I need to add my email account back as an admin?
    0
  • cPanelMichael
    Thank you. Before I reset my wordpress password, don't I need to add my email account back as an admin?

    Hello, This question is better directed towards your web hosting provider. I recommend contacting them to see how the cPanel contact email address was changed (they should be able to review the access logs). Thank you.
    0

Please sign in to leave a comment.