---
title: "Resetting your Zen Cart 1.5 Admin Password in PHPMyAdmin"
description: "If you forget your administrator login credentials for Zen Cart, you will need to reset it. The password reset will be done through PHPMyAdmin in cPanel. We cannot reset your password since Zen Cart..."
url: https://www.inmotionhosting.com/support/website/resetting-your-zencart-admin-password/
date: 2012-02-28
modified: 2021-08-16
author: "Carrie Smaha"
categories: ["Security", "Website"]
type: post
lang: en
---

# Resetting your Zen Cart 1.5 Admin Password in PHPMyAdmin

If you forget your administrator login credentials for Zen Cart, you will need to reset it. The password reset will be done through PHPMyAdmin in cPanel. We cannot reset your password since Zen Cart is third party software.

## How to Reset your Zen Cart Admin Password

1. [Log into cPanel ](/support/edu/cpanel/how-to-log-into-cpanel/)and go to [phpMyAdmin](/support/edu/cpanel/manage-mysql-database-in-phpmyadmin/)
2. Click on the **Zen Cart Database on the left side menu pane**
3. Click on the** SQL tab**
4. **Run the following Query**

```
DELETE FROM admin WHERE admin_name = 'Admin'; 
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_profile) 
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
```

Now, you should be able to log into your Zen Cart administrator dashboard using the following credentials:

| Username: | Admin |
| --- | --- |
| Password: | Admin |

You’ll want to reset your password to something more secure once you regain access to your dashboard.

If you need further assistance please feel free to [ask a question on our support center](/support/questions/).
