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: Error in registration/confirmation email?  (Read 2656 times)

0 Members and 1 Guest are viewing this topic.

Kitelife

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Error in registration/confirmation email?
« on: February 15, 2005, 11:06:52 pm »

Hello,

  My users (and myself after testing) have found that Coppermine is generating an error in the confirmation email users receive after signing up... Simple omission of a slash.

http://www.domain.com/photosregister.php?activate=41128eee9cc9ff03fff1eb95ef426ae0

  Should be:

http://www.domain.com/photos/register.php?activate=41128eee9cc9ff03fff1eb95ef426ae0

  I did search the forum, and the files for some way I can fix this... But couldn't find what file that URL is being generated from.

  Any solutions?

  Thanks in advance!
« Last Edit: February 15, 2005, 11:11:05 pm by TranzNDance »
Logged

Kitelife

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 21
Re: Error in registration/confirmation email?
« Reply #1 on: February 15, 2005, 11:09:47 pm »

Nevermind... In config, the site's URL just had to have the slash added after it.

Sorry to be a bother, hopefully this will be of use to someone else.
Logged

joetruss

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
Re: Error in registration/confirmation email?
« Reply #2 on: September 11, 2005, 01:30:40 am »

hey im having the same problem,

but the confirmation url is missing something else.

this is what they recieve
http://brrc.berkeley.edu/register.php?activate=fb02f844589844b4915cce7df5372d69

however the host site is http://brrc.berkeley.edu/gallery
and the url is missing its, i.e. http://brrc.berkeley.edu//galleryregister.php?activate=fb02f844589844b4915cce7df5372d69

i could fix it by adding that part, but can i edit the confirmation email somehow so that new users recieve teh correct url?  please help.

thanx,
joetruss
Logged

Nibbler

  • Guest
Re: Error in registration/confirmation email?
« Reply #3 on: September 11, 2005, 01:54:54 am »

The ecard target address must be url to coppermine ie http://brrc.berkeley.edu/gallery/

You can edit the email in lang/english.php :

Code: [Select]
$lang_register_confirm_email = <<<EOT
Thank you for registering at {SITE_NAME}

Your username is : "{USER_NAME}"
Your password is : "{PASSWORD}"

In order to activate your account, you need to click on the link below
or copy and paste it in your web browser.

{ACT_LINK}

Regards,

The management of {SITE_NAME}

EOT;
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 15 queries.