FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Feature to disable email confirmation
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Feature to disable email confirmation [message #220 is a reply to message #212] Fri, 25 January 2002 17:19 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
That is indeed a bug, I've added a fix for it inside cvs, in the meantime here are the 2 things you need to do to fix this on your forum.

1) edit file called users_reg.inc, find a line which says "$this->id = DB_LASTID();" right after this line put the following code:

if( $GLOBALS['EMAIL_CONFIRMATION'] == 'N' ) $this->email_confirm();


2) Go in to your MySQL database and type the following command, it will "confirm" all the current unconfirmed users, which should be fine, because you are trying to use the forum without email confirmation.

UPDATE fud_users SET email_conf='Y';


FUDforum Core Developer
[Message index]
 
Read Message
Read Message
Previous Topic: when are you releasing new version?
Next Topic: spell checker error
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 02:14:47 GMT 2024

Total time taken to generate the page: 0.05029 seconds