registration confirmation redirect registration confirmation redirect
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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