PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Does anyone know of a PHPBB-style user authentication and management suite? Ideally i'm looking for something that will allow me to quickly and easily implement a complete user auth system so that i can focus and developing the rest of the site. I need something that has double opt-in user sign-up (eg. register a name, then activate the account via email link). Any suggestions? I've browsed phpclasses.org but most of what i'd seen doesn't provide this functionality....
registration is handled outside authentication and outside management in phpBB. Authentication typically happens in includes/auth.php ... management happens in the administrative scripts. Signup happens in profile.php and includes/usercp_register.php