From 0501bab7dc5982f94924e19192c1d523a45085aa Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 21 Feb 2014 23:51:43 -0800 Subject: doc update --- doc/html/account_8php.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 547c7016e..9a2a3b43c 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -132,6 +132,8 @@ Functions    user_deny ($hash)   + downgrade_accounts () + 

Function Documentation

@@ -239,6 +241,25 @@ Functions

Referenced by register_post().

+ + + +
+
+ + + + + + + +
downgrade_accounts ()
+
+

downgrade_accounts() Checks for accounts that have past their expiration date. If the account has a service class which is not the site default, the service class is reset to the site default and expiration reset to never. If the account has no service class it is expired and subsequently disabled. called from include/poller.php as a scheduled task.

+

Reclaiming resources which are no longer within the service class limits is not the job of this function, but this can be implemented by plugin if desired. Default behaviour is to stop allowing additional resources to be consumed.

+ +

Referenced by poller_run().

+
-- cgit v1.2.3