Where, when and how to create an administrator account / user for a private website?
So I ask what is the preferred method for creating the first admin account / user. In my case, this is for a private web application. I am talking about the account / user who will own the application and, if necessary, will create / promote other administrators. I think you can this root user guy?
Here are some of the ways I've come across on other sites / web applications.
Setup Wizard:
You can see this on the blog or on the forums. When you install the application, it will ask you to create an administrator user. A private web application most likely does not have this.
Installation file: The
file that you run to install the application. This file will create an administrator account for you.
Configuration Files:
A configuration file containing credentials for the administrator account.
Manually paste it into the database:
Manually paste the administrator information into the database.
source
share