Page 1 of 1

change email link Mantis

Posted: 04 Feb 2014, 12:55
by sami-ysf
Hello
I have install MantisBT-1.2.15
I set config_inc.
when I create a user, mantis sending an email to the user in the form:

https://localhost/mantis/verify.php?id=4&confirm_hash=e2925a4fb1923eacc27400257c18709c.

I cannot access to this link

When I can change this link.

Thank s

Re: change email link Mantis

Posted: 04 Feb 2014, 22:05
by atrol
Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_path	= "https://<yourHostName>/mantis/";