Index: openacs-4/packages/acs-core-docs/www/groups-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/groups-design.adp,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-core-docs/www/groups-design.adp 25 Apr 2018 08:38:27 -0000 1.4 +++ openacs-4/packages/acs-core-docs/www/groups-design.adp 3 Sep 2024 15:37:32 -0000 1.5 @@ -1,16 +1,22 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Groups Design} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Groups Design} Groups Design +

-Groups Design

<authorblurb>

By Rafael H. Schloming and -Mark Thomas

</authorblurb>
+Groups Design
+

By Rafael H. Schloming and Mark Thomas

+OpenACS docs are written by the named authors, and may be edited by +OpenACS documentation staff.

Essentials

  • User directory

  • Sitewide administrator directory

  • Subsite administrator directory

  • Tcl script directory

  • OpenACS 4 Groups Requirements

  • Data model

  • @@ -225,13 +231,6 @@ procedure acs_user.delete ( user_id users.user_id%TYPE ); -

    -acs_user.receives_alerts_p -returns 't' if the user should receive email alerts and -'f' otherwise. The interface for this function is:

    -function acs_user.receives_alerts_p (
    -  user_id       users.user_id%TYPE
    -) return varchar;
     

    Use the procedures acs_user.approve_email and acs_user.unapprove_email to specify whether the user's email address is valid. The interface for these procedures are: