diff options
author | Camil Staps | 2016-07-26 13:20:51 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 13:20:51 +0200 |
commit | 5528a63784882d11d02f5f8ce568997f751b28ec (patch) | |
tree | 811043ecfe1030b4dc5cb41dc8eaebad2e8c98de /README.md | |
parent | Added braintree (diff) |
Option to add first user during installation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -71,6 +71,17 @@ folder. This is also a check to make sure that your permissions are correct. You can also create these folders yourself, if you make sure the webserver has permission to it. +## Creating a first user + +Go to `/install/index.php?create_user` to create an `admin` user with a random +password. + +## Security + +Go to `/install/index.php?password_cost` to benchmark your system to find an +appropriate password cost. Set the constant `password_cost` in +`classes/constants.php` to this value. + ## Permissions The files folder will be used to put generated invoices in. Make your server |