diff --git a/admin/user.php b/admin/user.php index 780e1866faf..5cc8f6d29ed 100644 --- a/admin/user.php +++ b/admin/user.php @@ -17,6 +17,7 @@ $user->password = md5("admin"); $user->email = "root@localhost"; $user->confirmed = 1; + $user->lang = $CFG->lang; $user->maildisplay = 1; $user->timemodified = time(); @@ -72,6 +73,7 @@ $user->username = "changeme"; $user->password = ""; $user->email = ""; + $user->lang = $CFG->lang; $user->confirmed = 1; $user->timemodified = time();