registration confirmation redirect registration confirmation redirect
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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 :)