-
Bug
-
Resolution: Fixed
-
Minor
-
3.4, 3.5, 3.6
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE
-
wip-
MDL-61786-master -
The external database authentication plugin (auth_db) has a "Test settings" link (under Site administration → Plugins → Authentication) to test the configuration. The messages that appear as a result of this are all hardcoded as opposed to being language strings. This means that they can't be translated nor updated via AMOS.
E.g. line 772 of auth/db/auth.php:
echo $OUTPUT->notification('External user field not specified.', 'notifyproblem');