diff options
author | Camil Staps | 2016-07-26 14:30:57 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 14:30:57 +0200 |
commit | 2f0e3ab98e0c304f3df3b6e0f686e52beb4d667c (patch) | |
tree | 1df8e41bf2ccbe34f819fe51630526ba2894a709 /README.md | |
parent | Adding and deleting users (diff) |
Array of administrator IDs in constants.php
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -74,7 +74,9 @@ permission to it. ## Creating a first user Go to `/install/index.php?create_user` to create an `admin` user with a random -password. +password. If this user does not have ID `1`, its ID will have to be added to +`user_admins` in `classes/constants.php` to allow this user to add and delete +users. ## Security |