Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How do I fix a broken link in the 'reset password' email?
Teej
New
Hi all,
I've just discovered that the reset password link sent to my forum's users is broken - it omits the dot after the domain.
e.g. www.vanillaforums.org would be www.vanillaforumsorg ... which is no good. I'm assuming that I must have made a typo during setup. Where can I correct this?
Any help much appreciated. Cheers!
Tagged:
0
Best Answer
-
K17 ✭✭✭
Try to add this line to conf/config.php:
$Configuration['Garden']['Domain'] = 'http://yourdomain.com';
3
Answers
Try to add this line to conf/config.php:
$Configuration['Garden']['Domain'] = 'http://yourdomain.com';
Fantastic! Thanks, K17.