Re: Is a Permanent Login (Auto-Login) Possible?
Here is the facebook login service.
https://app.oneall.com/signin/
Can you create a personal fake facebook account and use it to connect on my store http://bit.ly/1UEDgkc please ? I really need to make it work, it would be a great step forward for this nice plugin.
thank you
Re: Is a Permanent Login (Auto-Login) Possible?
Quote:
Originally Posted by
solo_400
Here is the facebook login service.
https://app.oneall.com/signin/
Can you create a personal fake facebook account and use it to connect on my store
http://bit.ly/1UEDgkc please ? I really need to make it work, it would be a great step forward for this nice plugin.
thank you
Sorry, that's above-and-beyond the scope of my support of this open-source plugin. I suggest that you contact a developer to attempt the integration.
Re: Is a Permanent Login (Auto-Login) Possible?
hmm..
Ok, but I don't think that service set a zcrm_ cookie. Is there any 1970 default expiration date inside permanent auto login mod's code ?
Re: Is a Permanent Login (Auto-Login) Possible?
Quote:
Originally Posted by
solo_400
hmm..
Ok, but I don't think that service set a zcrm_ cookie. Is there any 1970 default expiration date inside permanent auto login mod's code ?
Remember Me checks that the password supplied on any login matches the password recorded in the store's database for the associated email address. If those values don't match, the zcrm_ cookie is deleted (that's where the January 1, 1970 date comes from, since the cookie is deleted).
Re: Is a Permanent Login (Auto-Login) Possible?
Does this work with zen 1.5.6?
Re: Is a Permanent Login (Auto-Login) Possible?
Code:
#1 trigger_error() called at [/home/cabbage/public_html/includes/classes/observers/class.remember_me_observer.php:212]
#2 remember_me_observer->decodeCookie() called at [/home/cabbage/public_html/includes/classes/observers/class.remember_me_observer.php:43]
#3 remember_me_observer->__construct() called at [/home/cabbage/public_html/includes/autoload_func.php:79]
#4 require(/home/cabbage/public_html/includes/autoload_func.php) called at [/home/cabbage/public_html/includes/application_top.php:170]
#5 require(/home/cabbage/public_html/includes/application_top.php) called at [/home/cabbage/public_html/index.php:26]
--> PHP Warning: gzuncompress error in decodeCookie, value = dsnc0xfV, _SERVER[HTTP_USER_AGENT] = Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.21 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.21, _COOKIE = array (
(DELETED ARRAY TO SAVE SPACE ON FORUM)
) in /home/cabbage/public_html/includes/classes/observers/class.remember_me_observer.php on line 212.
Re: Is a Permanent Login (Auto-Login) Possible?
Are there any other logs accompanying that gzuncompress error? What's your store's settings for Configuration->Gzip settings? What sub-version of zc156? What version of PHP?
Re: Is a Permanent Login (Auto-Login) Possible?
What's the history of the site in question; I'll note that running the cookie-value you posted above through 'base64_decode' results in ''v����' (not exactly a character string).
Note that I'll be updating Remember Me for zc156 and later as well as One-Page Checkout interoperability on zc155. When an invalid cookie value is detected (as in the case above), the processing will subsequently remove that cookie.
Re: Is a Permanent Login (Auto-Login) Possible?
gzip compression was off, i've turned it on
1.5.6c
PHP Version: 5.6.40
Stuck on 5.6.40 because zencart staff won't talk to me about the problem with zen 1.5 through 1.5.6c
https://www.zen-cart.com/showthread....ith-Payflow-UK
https://www.zen-cart.com/showthread....ith-Payflow-UK
https://www.zen-cart.com/showthread....s-checkout-bug
Re: Is a Permanent Login (Auto-Login) Possible?
I've just submitted v2.0.0 of "Remember Me (Permanent Login)" to the Zen Cart moderators for review; I'll post back here when it's available for download.
This release contains changes associated with the following GitHub issues:
#12: Swap "Remember Me?" checkbox with its label.
#13: Add a configuration switch, identifying the "Remember Me?" checkbox's default value.
#15: Add support for "One-Page Checkout" and zc156/strict PHP/MySQL installations.
#16: Update "Remember Me?" title-text to be more descriptive.
#17: Update debug-trace to output only when a customer's not logged in.