-
Improvement
-
Resolution: Fixed
-
Minor
-
3.3
-
MOODLE_33_STABLE
-
MOODLE_33_STABLE
-
MDL-57887-nginx-username-logging -
Moodle supports logging the username under apache via the $CFG->apacheloguser mechanism using the apache_note() function. Make this a bit more generic to support any webserver by alternatively sending this as a custom header which can be logged and stripped out if needed.
eg these would all work:
$CFG->apacheloguser = 1;
|
$CFG->apacheloguser = 2;
|
$CFG->apacheloguser = 3;
|
|
$CFG->headerloguser = 1;
|
$CFG->headerloguser = 2;
|
$CFG->headerloguser = 3;
|
- has a non-specific relationship to
-
MDL-71377 Add a security check around the X-MOODLEUSER header
-
- Closed
-