Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
b0ccfc5c
Commit
b0ccfc5c
authored
Jan 05, 2010
by
Helen Foster
Browse files
config settings: MDL-16658 small rewording
parent
23fd6f83
Changes
1
Hide whitespace changes
Inline
Side-by-side
config-dist.php
View file @
b0ccfc5c
...
...
@@ -180,19 +180,20 @@ $CFG->admin = 'admin';
// shared out from your site/institution!
// $CFG->includeuserpasswordsinbackup = true;
//
// Completely disable user creation on restore, bypassing any right granted
// via roles/capabilities. By enabling this setting any restore process
// requiring users to be created will be stopped before any further action.
// Completely disable user creation when restoring a course, bypassing any
// permissions granted via roles and capabilities. Enabling this setting
// results in the restore process stopping when a user attempts to restore a
// course requiring users to be created.
// $CFG->disableusercreationonrestore = true;
//
// Modify the restore process in order to force the "user checks" to assume
// that the backup
was
originated
in
a different site so detection of matching
// users is performed with
some
different (more "relaxed") rules.
*Only* useful
// if the backup file has been
generated with
Moodle < 1.9.4 and the
site has
// been rebuilt from scratch using backup files (not the best way
,
btw).
If you
//
are gett
in
g
user conflicts on restore,
try to restore the backup to a different
//
site, backup it again and then restore on target server instead of enabling this
//
setting permanently!
// that the backup originated
from
a different site
,
so detection of matching
// users is performed with different (more "relaxed") rules.
Note that this is
//
only useful
if the backup file has been
created using
Moodle < 1.9.4 and the
//
site has
been rebuilt from scratch using backup files (not the best way btw).
//
If you obta
in user conflicts on restore,
rather than enabling this setting
//
permanently, try restoring the backup on a different site, back it up again
//
and then restore on the target server.
// $CFG->forcedifferentsitecheckingusersonrestore = true;
//
// Prevent stats processing and hide the GUI
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment