zwo3/onetimesecret
Composer 安装命令:
composer require zwo3/onetimesecret
包简介
Send one time link for sensitive information with time limitation
README 文档
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
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2020-01-28