View Issue Details

IDProjectCategoryView StatusLast Update
0006896mantisbtadministrationpublic2007-05-08 03:42
Reporterrblom Assigned Tograngeway  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionno change required 
Product Version1.0.1 
Summary0006896: verification in email points to the wrong location
Description

when I use the newly installed Mantis system to create a new account, it sends out the following in the email below.

the return link should be
http://mosg.milwaukee.gov/mantis/verify.php?

rather than
http://localhost/mantis/verify.php?

where do I change this?

Thank you for registering. You have account with username 'rblom'. In order to
complete your registration, visit the following URL (make sure it is entered as
the single line) and set your own access password:

http://localhost/mantis/verify.php?id=2&confirm_hash=27b58e4a9aef58b594d5cc20c343d4c8

If you didn't request any registration, ignore this message and nothing will
happen.

DO NOT REPLY TO THIS MESSAGE

TagsNo tags attached.

Relationships

Activities

thraxisp

thraxisp

2006-03-29 18:58

reporter   ~0012438

This is an error in configuring your web server.

If it is Apache, add the following directive to the httpd.conf file:

Servername mosg.milwalkee.gov:80 (in your case)

Restart the web server and the problem should clear up, as we get the return URL from the server itself.

If that is not available, you can add a "$g_path" definition to your config file. This would look like $g_path = "http://mosg.milwaukee.gov/mantis/";

sjshaffer

sjshaffer

2007-03-21 19:54

reporter   ~0014224

I have the same problem with my system.
The Webserever is Apache 2.2 and http.conf is configured as follows:

ServerName test4.mundialnetworks.net:80
#
#
UseCanonicalName Off
virtual Hosting is disabled.
Where does the URL or path get assigned?

exk72

exk72

2007-03-21 21:45

reporter   ~0014225

you can also set $g_path

grangeway

grangeway

2007-05-07 15:03

reporter   ~0014440

Hello,

From reading the information in the bug notes, this looks like it was a configuration issue.

Please let us know if you feel this isn't the case.

Paul