From b18ce08578a59b0b74ffe50b699fe51e872abe83 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 27 Apr 2026 11:15:59 +0200 Subject: [PATCH] c4noZuordnungBetreuerStudent more elaborate statement that maybe the login has expired and to please log in again. happens if getAuthUid returns null but the user is still on the site; --- system/phrasesupdate.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 0476db2c9..24c1f0e7e 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -46909,13 +46909,21 @@ array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => 'Keine Zuordnung oder Berechtigung für die Projektarbeit gefunden!', + 'text' => 'Keine Zuordnung oder Berechtigung für die Projektarbeit gefunden! + + Der eingeloggte User konnte nicht als StudentIn identifiziert werden. + + Falls Sie diese Fehlermeldung als StudentIn erhalten loggen Sie sich bitte neu ein, indem Sie den Browser schließen und erneut die CIS Seite aufrufen!', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'No assignment or authorization found for the project!', + 'text' => 'No assignment or authorization found for the project! + + The logged-in user could not be identified as a student. + + If you receive this error message as a student, please log in again by closing your browser and reopening the CIS page!', 'description' => '', 'insertvon' => 'system' )