View Single Post
  #5  
Old 1st June 2009, 20:19
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
open up backend>config.php and look for
PHP Code:
$site_config['CONFIRMEMAIL'] = true
and change to
PHP Code:
$site_config['CONFIRMEMAIL'] = false
may work :D
Reply With Quote