---
title: "How to modify and delete users in PHP-Nuke"
description: "After a user registers themselves in PHP-Nuke, they may later need to have some data changed. They also may need to be deleted from your roster altogether. This article will demonstrate how to modify..."
url: https://www.inmotionhosting.com/support/edu/php-nuke/manage-users/
date: 2013-03-15
modified: 2021-08-16
author: "Scott Mitchell"
categories: ["PHP-Nuke", "Website"]
type: post
lang: en
---

# How to modify and delete users in PHP-Nuke

After a user registers themselves in PHP-Nuke, they may later need to have some data changed. They also may need to be deleted from your roster altogether. This article will demonstrate how to modify or delete user information in your PHP-Nuke application.

## Deleting or modifying user information in PHP-Nuke

1. Log into your [PHP-Nuke admin area](/support/edu/php-nuke/login-administrator-system/).  
2. This opens up the main admin area. Locate and click on the **Users** icon from within the *Modules Administration*menu.  
3. You now see the user information area. Just above the *Add New User* section is the area to modify or delete a user. Simply enter the user’s name in the field and select **Modify** or **Delete**from the dropdown.  
4. Once you have selected the user and what task you are performing on the account, click the **Go**button.  
5. If you selected **Modify**, you will be brought to a page with user data fields. Edit the fields as you wish and click the **Save Changes** button at the bottom. If you selected the **Delete** option you will be presented with a confirmation of deletion for the user. Click **Yes** to continue in that case. Your user data will now be modified accordingly.  
