[rt-commit] [svn] r467 - rt/branches/rt-3.1/html
jesse at fsck.com
jesse at fsck.com
Thu Mar 4 00:12:36 EST 2004
Author: jesse
Date: Thu Mar 4 00:12:35 2004
New Revision: 467
Modified:
rt/branches/rt-3.1/html/autohandler
Log:
Autohandler was using "root" as the superuser object instead of RT_System
Modified: rt/branches/rt-3.1/html/autohandler
==============================================================================
--- rt/branches/rt-3.1/html/autohandler (original)
+++ rt/branches/rt-3.1/html/autohandler Thu Mar 4 00:12:35 2004
@@ -93,7 +93,7 @@
if ($RT::WebExternalAuto and !$session{'CurrentUser'}->Id() ) {
# Create users on-the-fly
- my $UserObj = RT::User->new(RT::CurrentUser->new('root'));
+ my $UserObj = RT::User->new(RT::CurrentUser->new('RT_System'));
my ($val, $msg) = $UserObj->Create(
%{ref($RT::AutoCreate) ? $RT::AutoCreate : {}},
More information about the Rt-commit
mailing list