Index: openacs-4/packages/acs-subsite/lib/login.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/login.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-subsite/lib/login.tcl 10 Jun 2004 17:06:47 -0000 1.22 +++ openacs-4/packages/acs-subsite/lib/login.tcl 24 Jul 2004 08:34:06 -0000 1.23 @@ -14,12 +14,11 @@ security::require_secure_conn } - set self_registration [parameter::get_from_package_key \ -package_key acs-authentication \ - -parameter AllowSelfRegister] + -parameter AllowSelfRegister \ + -default 1] - if { ![exists_and_not_null package_id] } { set subsite_id [subsite::get_element -element object_id] }