diff options
author | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-05 13:49:32 +0100 |
---|---|---|
committer | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-05 13:49:32 +0100 |
commit | d2dde4eb797d69646f31f2b86b686db7707427d3 (patch) | |
tree | d10fd3af72fe2ba7ee39d43d87eede0cc91d6146 /inc/lang/en | |
parent | 85c8619a725d6a5007e0803e1997f40d423949c8 (diff) | |
download | rpg-d2dde4eb797d69646f31f2b86b686db7707427d3.tar.gz rpg-d2dde4eb797d69646f31f2b86b686db7707427d3.tar.bz2 |
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
Diffstat (limited to 'inc/lang/en')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index e615b4afd..a0cd67029 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -190,4 +190,6 @@ $lang['subscribe_noaddress']= 'There is no address associated with your login, y $lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; $lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; +$lang['authmodfailed'] = 'User authentification not possible. Please inform your system administrator.'; + //Setup VIM: ex: et ts=2 enc=utf-8 : |