Page 1 of 1
PHPBB-style User Authentication Suite?
Posted: Wed Oct 20, 2004 11:02 am
by Detour
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....
Posted: Wed Oct 20, 2004 11:04 am
by m3mn0n
Well if you like the features this provides, how about a stripped down version of phpBB?
Posted: Wed Oct 20, 2004 11:08 am
by Detour
i use PHPBB but haven't really delved into the source code.. is user authentication implemented via classes?
anyway i just want an easy but feature-rich way of user sign up, authentication, and management.
Posted: Wed Oct 20, 2004 11:12 am
by feyd
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