zwo3/onetimesecret

Send one time link for sensitive information with time limitation

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 2

Open Issues: 0

Type:typo3-cms-extension

v1.2.1 2020-05-10 16:49 UTC

This package is auto-updated.

Last update: 2024-03-21 19:21:02 UTC


README

Extension for TYPO3, according to onetimesecret.com

What does it do?

  • Create one time links to secret phrases, e.g. passwords you don't want to sent via email
  • optionally inform admin, if secret was successfully delivered

Install

  • Install via extension manager or
  • Install via composer
  • Include static template

Configuration

Parameter Description Type, Validation Default
overrideFlexformSettingsIfEmpty Fields, which sould be overridden from TypoScript if left blank in the flexform (like in tx_news, thx to Georg Ringer!). string adminName, adminEmail
adminEmail Email address for admin mails, leave blank, if you do not want to get informed string, email
adminName Name in admin mails string Site Admin

Site config (for nicer link)

routeEnhancers:
  Onetimesecret:
    type: Extbase
    extension: Onetimesecret
    plugin: Onetimesecret
    routes:
      -
        routePath: '/showsecret/{token}/{uid}'
        _controller: 'Onetimesecret::showSecret'
        _arguments:
          token: token
          uid: uid

To do

  • write a scheduler task to remove expired link