We have fixed the bugs and added the feature requested by danb00:
Fixed a minor bug with users changing their username if already taken.
Allowed users to login with the passport.php file even if already registered.
##############################################################
## MOD Title: phpBB Passport
## MOD Author: Rapid Dr3am < rapid_dr3am@phpBBpassport.com > Antony Bailey & WebspaceUK < webspaceUK@phpBBpassport.com> James Parmee Morris
## MOD Description: Allows people to sign into an phpBB Passport instead of registering to your website.
## When they log in there user details are added to your user database.
## MOD Version: 1.0.7
##
## Copyright: ©2004 phpBB Passport 1.0.6 - Antony Bailey & James Parmee Morris
##
## Support: http://www.phpbbsupport.co.uk & http://www.phpBBPassport.com
##
## Installation Level: Easy
## Installation Time: 5 Minutes
## Files To Edit: db.php, constants.php, index_body.tpl, overal_header.tpl, lang_main.php, page_header.php
## Included Files: passport.php, db_update.php, login_passport_body.tpl, passport_new_username.tpl, phpBB_passport_button.gif
##############################################################
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered
## in our MOD-Database, located at: http://www.phpbb.com/mods/
##############################################################
## Author Notes:
##
## For your users to be able to use this system they musy have registered at http://www.phpBBPassport.com/
##
## No personal informaton can be obtained without the users prior writtern consent.
## We will not distrobute any data with any third parties, and we will work as hard as we can to ensure all data is
## acurate.
##
## A section of the below code is encrypted for security reasons with regard to the user database.
## All precautions are taken to keep this data protected.
##
## We would like to thank Invader, who designed the phpBB Passport logo image included within this hack.
##
## All the SQL is hosted by WebSpaceUK.com.
##
## Install guide writtern by Antony Bailey.
##
## Contact: rapid_dr3am@phpBBPassport.com or WebspaceUK@phpBBPassport.com for more information.
##
## If you discover any security issues with this hack please let one of the developers know.
##
## If you have any legal concerns, about this hack please contact a lead developer who can give you details of our
## legal policies.
##
##############################################################
## MOD History:
##
## 2004-02-08 - Version 1.0.0
## - Beta Version by James Parmee Morris
##
## 2004-02-13 - Version 1.0.1
## - First Release, fixed duplicate username Bug, and double signup.
##
## 2004-02-14 - Version 1.0.2
## - Fixed Different Caps in username bug, removed banner and replaced for link.
##
## 2004-02-15 - Version 1.0.3
## - Recoded by Antony Bailey, to fit phpBB standardised coding system.
##
## 2004-02-15 - Version 1.0.4
## - Fixed a problem with ' thank you very much to Armin "Kharay" Altorffer for his assistance with this.
##
## 2004-02-15 - Version 1.0.5
## - Added a link to get a phpBB Passport.
##
## 2004-02-15 - Version 1.0.6
## - Fixed server IP resolution problem, to allow remote connections.
##
## 2004-02-15 - Version 1.0.7
## - Fixed a missing doubke quotes (") in the header.
##
## 2004-02-15 - Version 1.0.8
## - Fixed a minor bug with users changing their username if already taken. Allowed users to login with the passport.php file even if already registered.
##############################################################
Download!