MDL-18006 MDL-18807 MDL-20853 suggest some longer and better salt

This commit is contained in:
Petr Skoda 2009-11-17 16:30:39 +00:00
parent 4c1ba3ffc7
commit 5cc1e1eb75
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ $CFG->dbpersist = false; // Should database connections be reused?
// automatically in installer, you have to uncomment and modify value
// on the next line if you are creating config.php manually.
//
// $CFG->passwordsaltmain = 'type_something_random_long_and_unique_here_!/.,#$~^@{}*&';
// $CFG->passwordsaltmain = 'a_very_long_random_string_of_characters#@6&*1';
//
// After changing the main salt you have to copy old value into one
// of the following settings - this allows migration to the new salt