From 5c1e71da0a2a9369c47ba5acb617c407864a92d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 15 Jan 2025 12:08:40 +0100 Subject: [PATCH] MOBILE-4653 config: Update demo credentials --- moodle.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/moodle.config.json b/moodle.config.json index 9a0100bdfeb..9e467cbd6a7 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -72,12 +72,12 @@ "student": { "url": "https://school.moodledemo.net", "username": "student", - "password": "moodle2024" + "password": "moodle25" }, "teacher": { "url": "https://school.moodledemo.net", "username": "teacher", - "password": "moodle2024" + "password": "moodle25" } }, "defaultZoomLevel": "none",