summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-10-29 15:26:30 +0100
committerFlorian Pritz <bluewind@xinu.at>2014-10-29 15:26:30 +0100
commit9fcab419ba819273ed95fdfa76b08c87d72cb3e8 (patch)
treeace8c62e8a6d23d44b7835f925189c60f4627ca5 /INSTALL
parent5b985a997f50e3476a606f40e2ced32b36cbef03 (diff)
Simplify creation of initial user
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 1 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index ada32f7cb..84eb91314 100644
--- a/INSTALL
+++ b/INSTALL
@@ -17,10 +17,4 @@
* Copy ./data/local/examples/contact-info.php to ./data/local/ and edit it
-# Generate the first user
-
-* Go to http://yourdomain.com/some/where/index.php/user/hash_password to generate a password hash
-
-* Run the following SQL command in your database:
- insert into users (username, password, email, referrer)
- values ("your_name", "hash_from_above", "you@foo.com", NULL);
+* run `php index.php user add_user` to add your first user