Index: openacs-4/packages/organizations/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/organizations/www/index.tcl,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/organizations/www/index.tcl 13 Jan 2005 13:58:35 -0000 1.4 +++ openacs-4/packages/organizations/www/index.tcl 1 Mar 2005 00:01:40 -0000 1.5 @@ -30,7 +30,7 @@ set package_id [ad_conn package_id] # The id of the person logged in and browsing this page -set user_id [ad_maybe_redirect_for_registration] +set user_id [auth::require_login] # An HTML block for the breadcrumb trail set context_bar [ad_context_bar]