Advanced search  

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

Pages: [1]   Go Down

Author Topic: registration confirmation redirect  (Read 2365 times)

0 Members and 1 Guest are viewing this topic.

lordprodigy

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 228
    • B514 ///
registration confirmation redirect
« on: February 18, 2006, 11:15:21 pm »

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?
« Last Edit: February 20, 2006, 01:25:15 am by Nibbler »
Logged

Nibbler

  • Guest
Re: registration confirmation redirect
« Reply #1 on: February 18, 2006, 11:32:19 pm »

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

lordprodigy

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 228
    • B514 ///
Re: registration confirmation redirect
« Reply #2 on: February 20, 2006, 01:19:11 am »

Thanks a lot! It works. I changed:
Code: [Select]
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'index.php');to
Code: [Select]
msg_box($lang_register_php['information'], $lang_register_php['thank_you'], $lang_continue, 'login.php');
thread solved :)
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.