# Admin
# Introduction
The user type admin describes a user that has access to the dashboard of the platform. The dashboard allows the user to validate projects/users and perform many other actions.
# Account creation
To create a new admin:
- Simply create a lender with no organization.
- Open Robo3T (opens new window) or any software to connect and explore the DB.
- Search for the new user.
db.getCollection('users').find({ email: '$EMAIL' })
- Change the type from
LENDER
toADMIN
.
# Account edition
The only way to edit an admin is to edit the DB directly.
# Account deletion
The only way to delete an admin is to edit the DB directly.