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!
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.
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
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;