Index: openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl,v diff -u -r1.35 -r1.36 --- openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 4 Dec 2002 09:51:03 -0000 1.35 +++ openacs-4/packages/dotlrn/tcl/dotlrn-init.tcl 4 Sep 2003 10:23:52 -0000 1.36 @@ -98,6 +98,10 @@ set grantee_id [dotlrn::get_users_rel_segment_id] permission::grant -party_id $grantee_id -object_id $package_id -privilege read + # Granting 'read' privilege to 'The Public', otherwise people can't get to the dotlrn index page + # which causes a 'security violation' right after registration when you have registration + # redirect to pages inside dotlrn + permission::grant -party_id [acs_magic_object "the_public"] -object_id $package_id -privilege read } }