Extension for TYPO3, according to onetimesecret.com
- 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 via extension manager or
- Install via composer
- Include static template
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 |
routeEnhancers:
Onetimesecret:
type: Extbase
extension: Onetimesecret
plugin: Onetimesecret
routes:
-
routePath: '/showsecret/{token}/{uid}'
_controller: 'Onetimesecret::showSecret'
_arguments:
token: token
uid: uid
- write a scheduler task to remove expired link