change email link Mantis

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sami-ysf
Posts: 4
Joined: 19 Jan 2014, 07:28

change email link Mantis

Post 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
atrol
Site Admin
Posts: 8564
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: change email link Mantis

Post by atrol »

Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_path	= "https://<yourHostName>/mantis/";
Please use Search before posting and read the Manual
Post Reply