Forum OpenACS Q&A: How do I change the email address displayed

How do I change the email address that was set at install time? The
mailto address is displayed at the bottom of each page?
Collapse
Posted by Stan Kaufman on
It's a param in /path-to-your-web-root/parameters/your-server.tcl:
ns_section ns/server/${server}/acs
  # who signs the average user-visible pages
  ns_param SystemOwner yourname@yourdomain
  # who signs the admin pages
  ns_param AdminOwner bossname@yourdomain
There is an amazing number of useful configs in this file; you should spend some time learning what everything does there, IMHO. HTH.
Collapse
Posted by Gilbert Wong on
If you are using OpenACS 4.5, then you can set that email address in the site map /admin/site-map/ in the acs-kernel parameters.
Collapse
Posted by Stan Kaufman on
Oh yeah, sorry; what I posted was for 3.2.5.