Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -r1.30.2.4 -r1.30.2.5 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 28 Oct 2016 20:31:56 -0000 1.30.2.4 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 8 Nov 2016 12:01:23 -0000 1.30.2.5 @@ -264,9 +264,7 @@ set system_url "http://yourdomain.com" } - set email_input_widget [install_input_widget \ - -extra_attributes "onChange=\"updateSystemEmails()\"" \ - email] + set email_input_widget [install_input_widget -extra_attributes {id="email-addr"} email] append body "

System Configuration

@@ -275,18 +273,6 @@ user in UNIX). Please type in the email address, first and last name, and password for this user. - -
@@ -378,6 +364,21 @@ This is particularly useful if you're authenticating against other services, such as LDAP or the local operating system, which may not use email as the basis of authentication.

+ + + " } else { # OK, apm_packages is installed - let's check out some other stuff too: