diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-16 21:20:40 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-23 22:34:44 +0100 |
commit | 3b5a740ef9a6c905be8be30ad1674c8825dd0f71 (patch) | |
tree | 562aedeb0f61c32108cc92cc3e7bb72b7628a9e8 /INSTALL | |
parent | ba099a0fe748e2ff664a4d2fd6fc6a0f5e00a9f7 (diff) |
INSTALL: Clarify hash_password URL
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ # Generate the first user -* Go to base_url/user/hash_password to generate a password hash +* Go to http://yourdomain.com/some/where/index.php/user/hash_password to generate a password hash * Run the following SQL command insert into users |