First time here? Check out the FAQ!
0

Askbot validation code email generation

  • retag add tags

I think this may be an easy question, but I can't seem to find the answer.

Currently, when adding a new user to my Q&A site, the mail account validation email is missing both protocol and server information.

Does anyone know how askbot is populating these settings, and how to change the configuration to add these?

Right now, the validation link is showing ://account/verify-email/?validation_code=xyzabc123...

Doug5280's avatar
83
Doug5280
asked 2013-02-01 15:37:27 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

You need to fill your "Base URL for your Q&A forum, must start with http or https" setting in yourdomain.com/settings/QA_SITE_SETTINGS/ that's why your domain and protocol does not shows up.

Fitoria's avatar
1.1k
Fitoria
answered 2013-02-01 15:41:39 -0500
edit flag offensive 0 remove flag delete link

Comments

Works perfectly! Thanks!!

Doug5280's avatar Doug5280 (2013-02-01 16:08:06 -0500) edit
add a comment see more comments