Contributions

Features (Category Index)
Search: 

Autologon

During testing of my "shop-to-be", I got tired of signing on each time. Furthermore the enthousiastic greeting from the standard OSC-software, calling me by name, but not really knowing who I was, became rapidly annoying. And when it annoys me, it probbably also annoys my customers! And annoyed customers is *not* what I want...

This contribution provides a way to deal with this. Basically, next to the email-address (which is already stored in a cookie by standard OSC-software), it also stores the password (security: see readme.txt). When the customer returns, this information is used to execute an automatic signin.

Expand All / Collapse All

Bug in logoff.php jorgemirat 7 Nov 2008

With the current logoff.php modification the user is never able to logoff creating a potential security risk.

The programmer forgot to put the value parameter when cleaning the cookies.

These are the lines that need to be changed:
From:
setcookie('email_address', time() - 3600, $cookie_path);
setcookie('password', time() - 3600, $cookie_path);

To:
setcookie('email_address', '', time() - 3600, $cookie_path);
setcookie('password', '', time() - 3600, $cookie_path);

Please note that, obviously, they are two single quotes in each line.

I attach the corrected file only.

only german language file burny 27 Feb 2008
Winzip Version saturn_nuo 24 Oct 2007
FULL PACKAGE padaben 5 Jun 2007
SEO quick fix ZoMBiE 27 Jan 2007
SEO Index fix HallMarc 17 Jan 2007
Indexing problem kit 11 Jan 2007
Auto login 1.08a (Brasilian Portuguese BraveDOG 25 Dec 2006
I meant 1.08 also... bulewold 30 Dec 2005
Auto login 1.8 FIX bulewold 30 Dec 2005
Auto Login 1.08 Damiel Harrison 30 Nov 2004
Auto Login 1.07 Mario Hebert 4 Apr 2004
Better German Andreas Niedermann 19 Feb 2004
Autologon 1.06 Victor Montes 18 Feb 2004
info_autologon.php german language Martin Karer 21 Jan 2004
Changes made because it didn't work Bas van den Berg 7 Dec 2003
Autologon 1.05 for MS2 Rob Bell 7 Nov 2003
Autologon 1.04 for MS2 Piotr Kamiński 13 Aug 2003
AutoLogon 1.03 Marcel van Lieshout 18 Jan 2003
AutoLogon 1.02 Marcel van Lieshout 30 Nov 2002
AutoLogon 1.01 Marcel van Lieshout 26 Nov 2002
AutoLogon 1.00 Marcel van Lieshout 12 Nov 2002
AutoLogon 0.93 BETA Marcel van Lieshout 30 Sep 2002
AutoLogon 0.92 BETA Marcel van Lieshout 21 Sep 2002
Autologon 0.91 BETA Marcel van Lieshout 13 Sep 2002
Autologon 0.90 BETA Marcel van Lieshout 13 Sep 2002

Note: Contributions are used at own risk.