Error in registration/confirmation email? Error in registration/confirmation email?
 

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

Error in registration/confirmation email?

Started by Kitelife, February 15, 2005, 11:06:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Kitelife

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!

Kitelife

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.

joetruss

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

Nibbler

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

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

$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;