wap_default_email_domain

one of the documented procedures in this installation of the ACS
Usage:
wap_default_email_domain
What it does:
Appends @somedomain.com to user's email to save them some typing when logging in, where somedomain.com is set by the WapDefaultEmailDomain parameter in the .ini file.
Defined in: /web/philip/tcl/wap-defs.tcl

Source code:


    return [ad_parameter WapDefaultEmailDomain wap]


philg@mit.edu