From bb5a36e4d5bdddbe6d68d81bf51ffd3347653ca8 Mon Sep 17 00:00:00 2001 From: martin Date: Mon, 27 May 2002 06:16:38 +0000 Subject: [PATCH] Added CFG->cronpassword for moodle/admin/cron.php --- config-dist.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config-dist.php b/config-dist.php index f0c5777f6a..d8fd16546c 100644 --- a/config-dist.php +++ b/config-dist.php @@ -70,6 +70,11 @@ $CFG->lang = "en"; $CFG->smtphosts = "mail.example.com"; +// Choose a password to be used by the cron script. This helps avoid +// any problems caused by someone spamming moodle/admin/cron.php + +$CFG->cronpassword = "fr0o6y"; + // You should not need to change anything else. To continue setting up // Moodle, use your web browser to go to the moodle/admin web page. -- 2.39.5