MDL-51261 config-dist: clarify setting description a little

This commit is contained in:
Dan Poltawski 2015-09-29 13:22:48 +01:00
parent 0dd7bb78d6
commit df15a71836

View File

@ -532,10 +532,11 @@ $CFG->admin = 'admin';
//
// Upgrade key
//
// If the upgrade key is defined here, then the value must be provided every
// time the site is being upgraded, regardless the administrator is logged in
// or not. This prevents from anonymous access to the upgrade screens where the
// real authentication and authorization mechanisms must not be relied on.
// If the upgrade key is defined here, then the value must be provided every time
// the site is being upgraded though the web interface, regardless of whether the
// administrator is logged in or not. This prevents anonymous access to the upgrade
// screens where the real authentication and authorization mechanisms can not be
// relied on.
//
// It is strongly recommended to use a value different from your real account
// password.