ucSelfRegistrationEmailList
Purpose
The ucSelfRegistrationEmailList method is used to manipulate the list of email recipients following a user performing a self-registration from the sign on screen.
Signature
public String ucSelfRegistrationEmailList ( Connection dbConn,
ArrayList users)
Notes
users is an ArrayList of SecurityUser objects. Initially the email recipients is a list of all user who have the ADMIN role. This method allows user custom code to add or delete from this list.
If a null list of users is returned by this method, no email notification is sent.
