mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-18006 MDL-18807 MDL-20853 suggest some longer and better salt
This commit is contained in:
parent
4c1ba3ffc7
commit
5cc1e1eb75
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue