From d2dde4eb797d69646f31f2b86b686db7707427d3 Mon Sep 17 00:00:00 2001 From: Matthias Grimm Date: Sat, 5 Nov 2005 13:49:32 +0100 Subject: OO_auth_fixes This patch allows the OO auth module to fail. The basic class got a new property $success that is checked in auth.php. Derived classes might change this calue in their constructors. Beautifying the whitespaces in auth.php completes this patch. darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz --- inc/lang/de/lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/lang/de') diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php index 717200396..1f6818c29 100644 --- a/inc/lang/de/lang.php +++ b/inc/lang/de/lang.php @@ -171,4 +171,6 @@ $lang['subscribe_noaddress']= 'Weil Deine E-Mail-Adresse fehlt, kannst Du leider $lang['unsubscribe_success']= 'Das Abonnement von %s für die Seite %s wurde aufgelöst'; $lang['unsubscribe_error'] = 'Das Abonnement von %s für die Seite %s konnte nicht aufgelöst werden'; +$lang['authmodfailed'] = 'Benutzerüberprüfung nicht möglich. Bitte wenden Sie sich an den Systembetreuer.'; + //Setup VIM: ex: et ts=2 enc=utf-8 : -- cgit v1.2.3