[ Index ] |
PHP Cross Reference of phpBB 3.0 Beta 3 |
[Source view] [Print]
Apache auth plug-in for phpBB3 Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
Copyright: | (c) 2005 phpBB Group |
License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
Version: | $Id: auth_apache.php,v 1.15 2006/10/27 14:40:41 acydburn Exp $ |
File Size: | 214 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
init_apache() X-Ref |
Checks whether the user is identified to apache Only allow changing authentication to apache if the user is identified Called in acp_board while setting authentication plugins return: boolean|string false if the user is identified and else an error message |
login_apache(&$username, &$password) X-Ref |
Login function |
autologin_apache() X-Ref |
Autologin function return: array containing the user row or empty if no auto login should take place |
user_row_apache($username, $password) X-Ref |
This function generates an array which can be passed to the user_add function in order to create a user |
validate_session_apache(&$user) X-Ref |
The session validation function checks whether the user is still logged in return: boolean true if the given user is authenticated or false if the session should be closed |
Generated: Wed Nov 22 00:35:05 2006 | Cross-referenced by PHPXref 0.6 |