From: Chris W. <la...@us...> - 2005-10-19 03:03:11
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/base/data In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18574/data Modified Files: install_security.dat Log Message: OIN-190: add 'emailtester' action to ensure email settings (SMTP host, primarily) are correct Index: install_security.dat =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base/data/install_security.dat,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** install_security.dat 22 Apr 2003 23:00:32 -0000 1.3 --- install_security.dat 19 Oct 2005 03:03:00 -0000 1.4 *************** *** 4,7 **** field_order => [ qw/ class object_id scope scope_id security_level / ], transform_default => [ 'scope_id' ] }, ! [ 'OpenInteract2::Action::Package', 0, 'g', 'site_admin_group', 8 ], ]; --- 4,8 ---- field_order => [ qw/ class object_id scope scope_id security_level / ], transform_default => [ 'scope_id' ] }, ! [ 'OpenInteract2::Action::Package', 0, 'g', 'site_admin_group', 8 ], ! [ 'OpenInteract2::Action::EmailTester', 0, 'g', 'site_admin_group', 8 ], ]; |