diff options
| author | Nils Adermann <naderman@naderman.de> | 2006-04-21 22:41:05 +0000 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2006-04-21 22:41:05 +0000 |
| commit | 478ab68a7eb609de10fd6f9e874d7387f5842cb8 (patch) | |
| tree | e85fe2edec0c96d3243a6159e9442d3b49fef2a1 /phpBB/includes/constants.php | |
| parent | 09073c368f6e8e7c4dd76d9cc19c02079ff2c7ed (diff) | |
| download | forums-478ab68a7eb609de10fd6f9e874d7387f5842cb8.tar forums-478ab68a7eb609de10fd6f9e874d7387f5842cb8.tar.gz forums-478ab68a7eb609de10fd6f9e874d7387f5842cb8.tar.bz2 forums-478ab68a7eb609de10fd6f9e874d7387f5842cb8.tar.xz forums-478ab68a7eb609de10fd6f9e874d7387f5842cb8.zip | |
- added login error constant for various external auth failures
- completed auth plugin interface (init_method, login_method, autologin_method, validate_session_method, logout_method)
- updated ldap and apache auth plugins to return an info array
- added apache autologin
git-svn-id: file:///svn/phpbb/trunk@5815 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
| -rw-r--r-- | phpBB/includes/constants.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 27f47d8bbb..2d6dd04da2 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -43,6 +43,7 @@ define('LOGIN_ERROR_USERNAME', 10); define('LOGIN_ERROR_PASSWORD', 11); define('LOGIN_ERROR_ACTIVE', 12); define('LOGIN_ERROR_ATTEMPTS', 13); +define('LOGIN_ERROR_EXTERNAL_AUTH', 14); // Group settings define('GROUP_OPEN', 0); |
