friendica-addons/testdrive
Keith Fernie 2031a7240c new file: public_server.tgz add public_server plugin
new file:   public_server/README.md add public_server plugin
	new file:   public_server/public_server.php add public_server plugin
	modified:   testdrive.tgz puts content in notification emails
	modified:   testdrive/testdrive.php puts content in notification emails
2012-05-18 09:12:02 +01:00
..
README.md first cut at a testdrive addon 2012-04-11 05:24:45 -07:00
testdrive.php new file: public_server.tgz add public_server plugin 2012-05-18 09:12:02 +01:00

TestDrive

Testdrive is a Friendica plugin 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 plugin is activated accidentally.

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.