thelia/token-renew-module

Maintainers

Package info

github.com/thelia-modules/TokenRenew

Type:thelia-module

pkg:composer/thelia/token-renew-module

Statistics

Installs: 330

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.0.0 2022-11-29 11:11 UTC

This package is auto-updated.

Last update: 2026-03-01 00:20:59 UTC


README

This module can renew the form.secret config parameter. This parameter is used for creating a unique CSRF token used in Thelia's forms.

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is TokenRenew.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file

composer require thelia/token-renew-module:~2.0

Usage

Command line :

$ php Thelia token:renew