Right now there is no way to add a fresh user to DB right after you install this application. I have just been manually doing this via the MySQL SLI, but that requires you to know how to hash the password. I want to add a simple CLI that can add users to the DB to make the process of adding a user easier. Note: after you have a base admin user, you can add more users with the web interface.
With latest update with ADMIN_CHECK config property, this is no-longer necessary since you can disable the admin check and then go to admin page to create a user.
Right now there is no way to add a fresh user to DB right after you install this application. I have just been manually doing this via the MySQL SLI, but that requires you to know how to hash the password. I want to add a simple CLI that can add users to the DB to make the process of adding a user easier. Note: after you have a base admin user, you can add more users with the web interface.