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.2.4 -r1.4.2.5 --- openacs-4/packages/acs-core-docs/www/groups-design.adp 27 Apr 2022 16:52:19 -0000 1.4.2.4 +++ openacs-4/packages/acs-core-docs/www/groups-design.adp 28 Mar 2023 11:20:36 -0000 1.4.2.5 @@ -227,13 +227,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: