Phpbb3 Auth_mod
November 27th, 2009
I know there are already existing auth_mod examples on the phpbb website, BUT, i want one modified for me specifically, so shouldn’t take to much time, if your experienced in phpBB3.
Here’s what I want done.
#1 create an auth_mod, that splits the “users table” into 2 databases.
#1a) the existing users table will have everything in it, BUT, the username and password will be located in another database.
#1b) the “reference” will be the identical “ID” variable for each table.
#2 create a login form that calls up the login function from the forum, to put on my main site. (nothing fancy, just pure login form)



