Calrify salt length in INSTALL.md

pull/484/head
Gábor Molnár 2015-05-11 12:56:51 +02:00
parent 97c1dc95f6
commit 62f1e516ce
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ cp -a config.default.php config.php
# require_once dirname(__DIR__) . '/Vendor/autoload.php';
# Important! Change the salt key in /var/www/MISP/app/Config/config.php
# The salt key must be a 32 byte long string.
# The salt key must be an at least 32 byte long string.
# The admin user account will be generated on the first login, make sure that the salt is changed before you create that user
# If you forget to do this step, and you are still dealing with a fresh installation, just alter the salt,
# delete the user from mysql and log in again using the default admin credentials (admin@admin.test / admin)