How to Cancel E-Mail Confirm

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!

Moderator: General Moderators

Post Reply
indep077
Forum Newbie
Posts: 1
Joined: Thu Oct 05, 2006 5:16 pm

How to Cancel E-Mail Confirm

Post by indep077 »

How to Cancel E-Mail Confirm (phpBB board)

I want to use board(phpBB board) immediately after register without E-mail Confirm form server

Note : I use Offline (AppServ v2.5.6)

Help Me plz!!!
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

http://www.phpbb.com/support/guide/#section3_2_2_1
Enable account activation - When set to None, a user may log in as soon as he/she registers. When set to User, a user must validate his email address before logging in. The user will be sent an email with an activation link. When the user clicks this link, their account is activated and he/she may log in. When set to Admin, a user's account must be activated by an administrator. For more information, see 3.5.3 User Management.
Post Reply