# Admin

### Manage Admin

`User` \ `Admin`

This interface list all active and inactive admin in the system. Click into each individual record to view the details.

### View Admin

Here you get a detail view of the selected admin user. You may block \ deactivate \ soft delete an admin here. You can also trigger which role this admin account has access to.

![](https://2321992080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSzNj7-9AhUeicjQgKl%2F-MlDguEkLfM_Fw7FH-Dh%2F-MlDhPlBF1tBN2uuPU4L%2FMaGIC%20Central%20\(3\).png?alt=media\&token=423029e5-d92c-4563-8636-37a398511d2a)

### Create Admin

Admin account can be created from backend. Behind the scene, the system first create the user, profile and member record in database; then, proceed with admin record creation.&#x20;

{% hint style="info" %}
Do not forget to assign role to the created admin account. Minimally, it required the `admin` role assigned in order to access the backend.
{% endhint %}

![](https://2321992080-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MSzNj7-9AhUeicjQgKl%2F-MlDguEkLfM_Fw7FH-Dh%2F-MlDhzCssnHcEN1QgqR6%2FScreenshot%202021-10-05%20at%2012.30.24%20PM.png?alt=media\&token=ccf8198c-1ecc-4273-9d81-ded0ee61c2f5)

### Assign Roles

Admin is given a specific access to the backend functionality thru the role (group of access) they assigned to.

### Reset Password

As Central is using MaGIC Account as SSO provider, password reset need to be done in MaGIC Account backend.

### Delete Admin Account

Admin can soft delete another admin from the backend. This is same to clicking `Block` button in the admin view page. Deleted admin has their account status set to `inactive`. An inactive or deleted account can be restore back to normal later on.

Behind the scene, system perform identical action of `Delete a member` . Deleted admin will not be able to access the member functionality in frontend and cpanel as well.

{% hint style="info" %}
There is no way to deactivate the admin account only without deactivate its corresponding member user. However, you may remove all roles given to an admin to achieve what you intended to do.&#x20;
{% endhint %}
