the tab "email-verification" will be there when you select platforms like social networks for example. post a screenshot of your project options if it doesn't show up.
I am trying to code my own engine and when I select only that engine the email verification tab is gone... I need to verify emails. What can I do in my .INI file to make it show up.
I have my engine type set to custom because I wanted it separated out. Any help would be great!
Comments
I am trying to code my own engine and when I select only that engine the email verification tab is gone... I need to verify emails. What can I do in my .INI file to make it show up.
I have my engine type set to custom because I wanted it separated out. Any help would be great!
It looks like this
engine type=custom
Thanks!
Meat
[Your E-Mail]
type=email
must be filled=1
static=1
and something like this in your [REGISTER_STEP1] section
verify submission=1
verify by=email
verify interval=60
verify timeout=7200
Thanks! I was missing the "must be filled=1"
Cheers!
Meat