Contributions

Features (Category Index)
Search: 

Mail_Validation

Bei dieser Erweiterung geht es darum vor einer Anmeldung die Emailadresse mittels eines Validation-Codes zu überprüfen // You see here a demolink how it looks in the registration email of the customer -->
http://localhost/test/pw.php?action=reg&pass=w6gYg2DT4tB9XknS4Bkh7MGn0RPUd4ZjMSGVS3b3or94hH2o&id=10

----------------------

This addon allow you to check if the customers emailadress is valid by add ing a registration code.
You see here a demolink how it looks in the registration email -->
http://localhost/test/pw.php?action=reg&pass=w6gYg2DT4tB9XknS4Bkh7MGn0RPUd4ZjMSGVS3b3or94hH2o&id=10

------------------------------------
Created by John Wood -

For any questions pls use the german oscommerce board:
http://forums.oscommerce.de/viewtopic.php?t=15146

Expand All / Collapse All

Bug Fix xichquy 28 Oct 2008

the current version forces user to login again after registering even when mail_validation is turned off
in create_account_success.php,
//add this
if (EMAIL_VALIDATION=='true'){
//before tep_session_unregister('customer_id'); tep_session_unregister('customer_default_address_id');
tep_session_unregister('customer_first_name');
tep_session_unregister('customer_country_id');
tep_session_unregister('customer_zone_id');
tep_session_unregister('comments');
//and add
}
//after

Mail_Validation caccamo81 1 Oct 2008
Mail Validation 2.2 English MySQL Entry TechJammer 25 Sep 2008
Mail Validation 2.1a AlexStudio 22 Jun 2006
Full Pack "Danish, English And German" TheExterminator 22 Jun 2006
Another typo in 2.2 kolt_siewerts 22 Jun 2006
Typo in 2.2 texmaxx 31 May 2006
Mail Validation Ver. 2.2 + SPPC texmaxx 30 May 2006
Bug Fix AlexNbg 27 May 2006
Mail Validation Ver 2.1 Alex2911 5 Mar 2006
Mail Validation Ver 2.0 Steel 23 Oct 2005
Mail Validation 1.6b Steel 6 Oct 2005
Mail Validation 1.6 Steel 6 Oct 2005
Readme updated Alex 9 May 2005
mail_validation 1.4 Alex 21 Mar 2005
mail_validation_1_3 Chris VDS 17 Mar 2005
Make Validation Link Clickable OSJUNKIE 7 Mar 2005
Stats for not validated Users Alex Zach 5 Sep 2004
Updated v1_2 Alex Zach 7 Jun 2004
Mail_Validation Alex Zach 5 Jun 2004
Mail_Validation Alex Zach 5 Jun 2004

Note: Contributions are used at own risk.