Remember Me

Price: 300 ₽ 450 ₽
С 5 покупки этого товара цена: 225 ₽
CatalogAppearanceModules
Author: СXEMA2025 Write to the author
Sales: 1 (Average rating: 0)
Need paid help with installation?
Opencart version:
The modifier "Remember Me" adds a checkbox on the login and registration pages, allowing users to stay logged in without re-entering their username and password. This feature is convenient for regular customers and simplifies the login process. The modifier generates a unique token that is stored in the database and user cookies, enabling automatic login during subsequent visits.

DEMO LOGIN PAGE | DEMO REGISTRATION PAGE

Key Features:

  • Checkbox "Remember Me" on login and registration pages.
  • Automatic login with a saved token.
  • Token cleared upon logout.
  • Easy integration.

Cookie Settings:

  • For 7 days:
    setcookie('remember_me_token', $token, time() + 7 * 24 * 60 * 60, '/', '', false, true);
  • For a month:
    setcookie('remember_me_token', $token, time() + 30 * 24 * 60 * 60, '/', '', false, true);
  • For six months:
    setcookie('remember_me_token', $token, time() + 180 * 24 * 60 * 60, '/', '', false, true);
  • For a year:
    setcookie('remember_me_token', $token, time() + 365 * 24 * 60 * 60, '/', '', false, true);
Note:
The modifier is adapted only for standard registration and login forms, as well as similar forms by code structure.
Paid?:
Opencart version:
PHP verision:
Activation:
Getting files:
Protection:
VQmod:
Ocmod:
Events:
Uploaded:
23.11.2024
Updated:
02.12.2024
Viewed:
176
Sales:
1

Write a review

Your Name:


Your Review: Note: HTML is not translated!

Rating: Bad           Good

Enter the code in the box below:






Yet, no one has left a comment to the entry.