From 478ab68a7eb609de10fd6f9e874d7387f5842cb8 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 21 Apr 2006 22:41:05 +0000 Subject: - 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 --- phpBB/includes/constants.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/constants.php') 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); -- cgit v1.2.1