Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

How to reset Magento Admin Password

  1. #1
    Administrator david's Avatar
    Join Date
    Nov 2012
    Posts
    261
    Thanks
    22
    Thanked 42 Times in 34 Posts

    Lightbulb How to reset Magento Admin Password

    To change your Magento admin password, go to your cPanel > phpMyAdmin, select your Magento database, click the SQL tab and paste this query:

    UPDATE admin_user SET password=CONCAT(MD5('newpass'), ':newpass') WHERE username='AdminUsername';
    Note: You have to change newpass in the MD5('newpass') with your new password, and change *AdminUsername* to your Magento admin username.
    Execute the query by clicking the Go button and your password will be changed.

    View more threads in the same category:


  2. #2
    Junior Member
    Join Date
    Sep 2019
    Posts
    164
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    To reset the administrator password directly in Magento 1.9 and older versions, follow these steps:
    Log in to cPanel.
    In the Databases section of the cPanel home screen, click phpMyAdmin.
    In the left-hand pane of phpMyAdmin, click the Magento database. ...
    On the top menu bar, click SQL

  3. #3
    Expert
    Join Date
    Apr 2017
    Location
    Ahmedabad, India
    Posts
    318
    Thanks
    3
    Thanked 3 Times in 2 Posts

    Default

    Methods to Reset Magento 2 Admin Password:

    Reset Magento 2 admin password via command line
    Reset Magento 2 admin password via Email
    Reset Magento 2 admin password from Account Settings

  4. #4
    Junior Member
    Join Date
    Sep 2019
    Posts
    164
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    rom the web
    Image result for How to reset Magento Admin Password
    Use the 'Reset password' functionality. This is the most common and easy way which everyone would try it as the first option. ...
    Reset password using the Magento admin backend. ...
    Change the password using n98-magerun. ...
    Insert a new password using PHPMyAdmin. ...
    Insert a new password using the mysql client.

  5. #5
    Junior Member
    Join Date
    Sep 2018
    Location
    Canada
    Posts
    873
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Visit your Magento administrator backend in a program, and snap the connection Forgot your secret word. Next addition your email address and press the Retrieve Password button. An email will be send to your email address, containing a secret word reset connect. Snap the Reset Password connection, or glue the connection in your program.

Similar Threads

  1. Resetting MySQL Root Password: Red Hat and CentOS
    By david in forum Programming & Development
    Replies: 0
    Last Post: 03-04-2013, 08:12 AM
  2. How To Add Admin Users and Set up Roles and Permissions? (video)
    By speed2x in forum Webmaster & Administrator
    Replies: 0
    Last Post: 31-03-2013, 09:15 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •