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?

TeejTeej New
edited June 2015 in Vanilla 2.0 - 2.8

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:

Best Answer

  • K17K17 Français / French Paris, France ✭✭✭
    edited June 2015 Answer ✓

    Try to add this line to conf/config.php:

    $Configuration['Garden']['Domain'] = 'http://yourdomain.com';

Answers

  • K17K17 Français / French Paris, France ✭✭✭
    edited June 2015 Answer ✓

    Try to add this line to conf/config.php:

    $Configuration['Garden']['Domain'] = 'http://yourdomain.com';

  • Fantastic! Thanks, K17.

Sign In or Register to comment.