2012-04-11 14:24:45 +02:00
|
|
|
TestDrive
|
|
|
|
=========
|
|
|
|
|
|
|
|
|
2018-06-28 15:40:20 +02:00
|
|
|
Testdrive is a Friendica addon which implements automatic account expiration so that a site may be used as a public test bed.
|
2012-04-11 14:24:45 +02:00
|
|
|
|
2018-06-28 05:19:11 +02:00
|
|
|
When an account is created on the site, it is given a hard expiration date of
|
2012-04-11 14:24:45 +02:00
|
|
|
|
2018-11-25 08:16:20 +01:00
|
|
|
'testdrive' => [
|
|
|
|
'expiredays' => 30,
|
|
|
|
],
|
2012-04-11 14:24:45 +02:00
|
|
|
|
2018-11-25 08:16:20 +01:00
|
|
|
Set this in your `config/addon.config.php` file to allow a 30 day test drive period.
|
2018-06-28 15:40:20 +02:00
|
|
|
By default no expiration period is defined in case the addon is activated accidentally.
|
2012-04-11 14:24:45 +02:00
|
|
|
|
2018-06-28 15:40:20 +02:00
|
|
|
There is no opportunity to extend an expired account using this addon.
|
|
|
|
Expiration is final.
|
|
|
|
Other addons may be created which charge for service and extend the expiration as long as a balance is maintained.
|
|
|
|
This addon is purely for creating a limited use test site.
|
2012-04-11 14:24:45 +02:00
|
|
|
|
2018-06-28 15:40:20 +02:00
|
|
|
An email warning will be sent out approximately five days before the expiration occurs.
|
|
|
|
Once it occurs logins and many system functions are disabled.
|
|
|
|
Five days later the account is removed completely.
|