registration confirmation redirect registration confirmation redirect
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

registration confirmation redirect

Started by lordprodigy, February 18, 2006, 11:15:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lordprodigy

I was wondering, if its possible to redirect users to the login.php after users have confirmed their registration (link sent by email), as oppose to the index page of the gallery. I think it makes more sense to do that, assuming people want to get in right away. What do you guys think?

Nibbler

Then change index.php to login.php in register.php

lordprodigy

Thanks a lot! It works. I changed:
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'index.php');
to
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'login.php');

thread solved :)