friendica-addons/testdrive
Tobias Diekershoff fed141ba05 update to the FI translations THX kris 2018-05-20 19:38:15 +02:00
..
lang update to the FI translations THX kris 2018-05-20 19:38:15 +02:00
README.md Update strings 2018-01-20 11:01:59 -05:00
testdrive.php Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00

README.md

TestDrive

Testdrive is a Friendica addon which implements automatic account expiration so that a site may be used as a public test bed.

When an account is created on the site, it is given a hard expiration date of

$a->config['testdrive']['expiredays'] = 30;

Set this in your .htconfig.php file to allow a 30 day test drive period. By default no expiration period is defined in case the addon is activated accidentally.

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.

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.