rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318
authorMark Wells <mark@freeside.biz>
Mon, 19 Oct 2015 22:54:37 +0000 (15:54 -0700)
committerMark Wells <mark@freeside.biz>
Mon, 19 Oct 2015 22:56:15 +0000 (15:56 -0700)
FS/FS/TicketSystem/RT_Internal.pm
rt/etc/RT_SiteConfig.pm

index b70ac53..1c4513e 100644 (file)
@@ -572,7 +572,7 @@ sub _web_external_auth {
 
           # now get user specific information, to better create our user.
           my $new_user_info
-              = RT::Interface::Web::WebExternalAutoInfo($user);
+              = RT::Interface::Web::WebRemoteUserAutocreateInfo($user);
 
           # set the attributes that have been defined.
           # FIXME: this is a horrible kludge. I'm sure there's something cleaner
index daf1363..0e98238 100644 (file)
@@ -25,9 +25,9 @@ Set($Organization, '%%%RT_DOMAIN%%%');
 
 Set($Timezone, '%%%RT_TIMEZONE%%%');
 
-Set($WebExternalAuth, 1);
+Set($WebRemoteUserAuth, 1);
 Set($WebFallbackToInternal, 1); #no
-Set($WebExternalAuto, 1);
+Set($WebRemoteUserAutocreate, 1);
 
 $RT::URI::freeside::IntegrationType = 'Internal';
 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';