From b69fca14e76a2f5db0cd0924fe5e7056e94771b1 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 15:49:37 -0800 Subject: initial doco --- doc/html/account_8php.html | 338 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 doc/html/account_8php.html (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html new file mode 100644 index 000000000..1f4dc362a --- /dev/null +++ b/doc/html/account_8php.html @@ -0,0 +1,338 @@ + + + + + + +The Red Project: include/account.php File Reference + + + + + + + + + + + + + +
+
+ + + + + + + +
+
The Red Project +
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
account.php File Reference
+
+
+ + + + + + + + + + + + + + + + + + + + + + +

+Functions

 check_account_email ($email)
 
 check_account_password ($password)
 
 check_account_invite ($invite_code)
 
 check_account_admin ($arr)
 
 account_total ()
 
 create_account ($arr)
 
 send_reg_approval_email ($arr)
 
 send_verification_email ($email, $password)
 
 user_allow ($hash)
 
 user_deny ($hash)
 
+

Function Documentation

+ +
+
+ + + + + + + +
account_total ()
+
+ +

Referenced by create_account().

+ +
+
+ +
+
+ + + + + + + + +
check_account_admin ( $arr)
+
+ +

Referenced by create_account().

+ +
+
+ +
+
+ + + + + + + + +
check_account_email ( $email)
+
+ +

Referenced by create_account(), and register_init().

+ +
+
+ +
+
+ + + + + + + + +
check_account_invite ( $invite_code)
+
+ +

Referenced by create_account(), and register_init().

+ +
+
+ +
+
+ + + + + + + + +
check_account_password ( $password)
+
+ +

Referenced by create_account(), and register_init().

+ +
+
+ +
+
+ + + + + + + + +
create_account ( $arr)
+
+ +

Referenced by register_post().

+ +
+
+ +
+
+ + + + + + + + +
send_reg_approval_email ( $arr)
+
+ +

Referenced by register_post().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
send_verification_email ( $email,
 $password 
)
+
+ +

Referenced by register_post().

+ +
+
+ +
+
+ + + + + + + + +
user_allow ( $hash)
+
+ +

Referenced by admin_page_users_post(), and regmod_content().

+ +
+
+ +
+
+ + + + + + + + +
user_deny ( $hash)
+
+ +

Referenced by admin_page_users_post(), and regmod_content().

+ +
+
+
+
+ + + + -- cgit v1.2.3 From 0ee1e83a3c6bb48064789a622f5eb7331733cb64 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 26 Feb 2013 16:04:28 -0800 Subject: small doco update --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 1f4dc362a..e6e76fc1d 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -329,7 +329,7 @@ Functions - - - - + -- cgit v1.2.3 From 8148b7c32f160cbe2cdc37e7271ac62aa2133b7c Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 27 Mar 2013 19:02:01 -0700 Subject: update manage table and some documentation --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index cddddadcd..df899466e 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -237,7 +237,7 @@ Functions
-

Referenced by register_post().

+

Referenced by create_dir_account(), and register_post().

-- cgit v1.2.3 From 9e22ec928b9534ea9db0d18bf685fb0d357fbad2 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Apr 2013 21:06:31 -0700 Subject: more umbilical cutting --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index df899466e..4d75f41bc 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -28,7 +28,7 @@ - + -- cgit v1.2.3 From 5e4b9d7766ceffd19785f14443cc1b4d4f675d4e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 May 2013 21:25:58 -0700 Subject: disable pcss when installing since modules don't yet work and pcss uses the view module, plus weekly doc update --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index bb39022ff..976dcd1f0 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -28,7 +28,7 @@
The Red Project
-- cgit v1.2.3 From 34526e82531c67995e25cf04abce0d927ce22ffd Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 10 May 2013 03:59:11 -0700 Subject: doc cleanup --- doc/html/account_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 4d75f41bc..bb39022ff 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -4,7 +4,7 @@ -The Red Project: include/account.php File Reference +The Red Matrix: include/account.php File Reference @@ -30,7 +30,7 @@
-
The Red Project +
The Red Matrix
- +
The Red Matrix
-- cgit v1.2.3 From 53118a43522d70258a4913709d9cd056f4cb5438 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 26 Jul 2013 03:50:46 -0700 Subject: add gz to access denied files to block rotated logs from public access --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 976dcd1f0..868539d8e 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -147,7 +147,7 @@ Functions
-

Referenced by create_account().

+

Referenced by create_account(), and zfinger_init().

-- cgit v1.2.3 From c98605df370d8a1b9dcd264cbad35367e57f095e Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 28 Sep 2013 04:30:57 -0700 Subject: doc updates --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 868539d8e..d8a3c2d6c 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -237,7 +237,7 @@ Functions
-

Referenced by create_dir_account(), and register_post().

+

Referenced by register_post().

-- cgit v1.2.3 From 8cd9a2c3a944e804c72ef461df801116c6b44ac7 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 28 Nov 2013 19:37:39 -0800 Subject: doc updates --- doc/html/account_8php.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index d8a3c2d6c..547c7016e 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -28,7 +28,7 @@ - + + +
The Red Matrix
-- cgit v1.2.3 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 From 3c23d1f9fe2813d91fc8d29f19f8a51d9a0a9091 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 28 Mar 2014 01:12:36 -0700 Subject: doc update --- doc/html/account_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 9a2a3b43c..2694434d1 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -322,7 +322,7 @@ Functions @@ -340,7 +340,7 @@ Functions -- cgit v1.2.3 From 2677ee0b49078646402409a64563392606dcc29d Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 11 Apr 2014 14:01:22 -0700 Subject: doc update --- doc/html/account_8php.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/account_8php.html') diff --git a/doc/html/account_8php.html b/doc/html/account_8php.html index 2694434d1..9a2a3b43c 100644 --- a/doc/html/account_8php.html +++ b/doc/html/account_8php.html @@ -322,7 +322,7 @@ Functions @@ -340,7 +340,7 @@ Functions -- cgit v1.2.3