This is a flat-file database style, PHP Script that allows a user access to create accounts on your MIAB server.
Please be sure you install php-curl
module for php before trying to use the script
- copy
config.example.php
toconfig.php
and change what you need in there. Make sure to create the directory for the db_location if needed. - open a browser and run install.php
- Then login with
admin
andpassword
Make sure to change your password when you login.
To disable, just change the appropriate configuration option in config.php.
- The last user in a domain will not be allowed to be deleted. So if you only see one user in the list, but no delete button, this is NORMAL.
- Recommend that the db_location directory NOT be publicly accessible, place it where the webserver can edit it, but not were it can serve it.