X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=testdrive%2FREADME.md;h=675f64e29dc6280e0b0ac06a895380c582a633b0;hb=c2dfda5d721215b0796a1214be312cc3a5b09476;hp=3d735dea95a220fc7db4b97f81245a3da18a5904;hpb=d679a38e9efabb2213c294e8537e020d987cc3fe;p=friendica-addons.git diff --git a/testdrive/README.md b/testdrive/README.md index 3d735dea..675f64e2 100644 --- a/testdrive/README.md +++ b/testdrive/README.md @@ -2,22 +2,24 @@ TestDrive ========= -Testdrive is a Friendica plugin which implements automatic account expiration so that a site may be used as a public -test bed. +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 +When an account is created on the site, it is given a hard expiration date of + return [ + 'testdrive' => [ + 'expiredays' => 30, + ], + ]; -$a->config['testdrive']['expiredays'] = 30; +Set this in your `config/testdrive.config.php` file to allow a 30-day test drive period. +By default, no expiration period is defined in case the addon is activated accidentally. -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 plugin 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. - -There is no opportunity to extend an expired account using this plugin. Expiration is final. Other plugins may be created -which charge for service and extend the expiration as long as a balance is maintained. This plugin 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. - \ No newline at end of file +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.