regist a user ID without send activate code. (General)

by share some info, Thursday, January 08, 2009, 05:54 (5587 days ago)

the way I did is just remove some code from Login.inc.php.
and change some words in language pack

includes/login.inc.php
find
**************************************************
if(trim($feld["activate_code"]) != '')
{
header("location: index.php?mode=login&login_message=account_not_activated");
exit;
}
**************************************************
and just remove it.

so after user registed, don't show the message about send an activate code. give a link of LOGIN. And when new ID login, won't show up an message ID is not activated.

That's what I figout in a stupid way...but it works...:-P

locked
2767 views

regist a user ID without send activate code.

by Leon @, Saturday, January 24, 2009, 15:08 (5570 days ago) @ share some info

Hello buddies,

Anyone else can share some comments on this idea ?:-)

Actually I'm also looking for an way to do this, and I guess I'm going to adopt this way if no one think there would be any potential negative effects doing this...

locked
2480 views

RSS Feed of thread