aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2016-07-26 14:30:57 +0200
committerCamil Staps2016-07-26 14:30:57 +0200
commit2f0e3ab98e0c304f3df3b6e0f686e52beb4d667c (patch)
tree1df8e41bf2ccbe34f819fe51630526ba2894a709 /README.md
parentAdding and deleting users (diff)
Array of administrator IDs in constants.php
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5d874d..81c1245 100644
--- a/README.md
+++ b/README.md
@@ -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