User directory
Sitewide administrator directory
Subsite administrator directory
Tcl script directory
Data model
-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: