KonaKart Community Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
KonaKart v6.0.0.0 - Released Jan-2012 - see KonaKart website for details
Home
Help
Search
Login
Register
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
Double optin for new customers?
« previous
next »
Print
Pages: [
1
]
Author
Topic: Double optin for new customers? (Read 273 times)
andrea.castelli
Jr. Member
Posts: 43
Double optin for new customers?
«
on:
August 02, 2011, 03:32:30 AM »
Good morning,
is it possible to enable a mechanism of double optin for the new customers through the admin interface or the configuration files?
If no, what is the best way to do that coding?
Thank you.
Andrea
Logged
julie
Administrator
Hero Member
Posts: 408
Re: Double optin for new customers?
«
Reply #1 on:
August 02, 2011, 04:51:54 AM »
Double Optin isn't built in but easy enough to achieve. One way is to:
Send a link (with generated key and email address) to your own servlet in the Welcome Mail
Add key to a customer custom field when registering
Customize LoginIntegrationMgr to not allow login while that custom field has something in it
Your servlet can use the AdminEngine to remove the value from the custom field of the customer when the link is clicked as long as it matches the value already there. Alternatively you could use a custom API call of the App Engine to do the same thing.
Logged
andrea.castelli
Jr. Member
Posts: 43
Re: Double optin for new customers?
«
Reply #2 on:
August 02, 2011, 05:08:05 AM »
Thank you.
Andrea
Logged
Print
Pages: [
1
]
« previous
next »
KonaKart Community Forum
»
Installation / Configuration
»
Configuration of KonaKart
»
Double optin for new customers?