Follow the below steps to make a user(s) as superadmin:
- Open the .env file for editing, it is present which will be present in the form-generator
- Inside that, you will find SUPERADMIN_EMAILS values. Change that values to the email of the superadmin
For example, if we want to make [email protected] and [email protected] as superadmin
SUPERADMIN_EMAILS=”[email protected], [email protected]” - Save the file, and all these users will become superadmin.