summaryrefslogtreecommitdiff
path: root/rt
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-10-19 15:54:37 -0700
committerMark Wells <mark@freeside.biz>2015-10-19 15:54:37 -0700
commit442462d10e51e766ef001823abf64d4c231c5364 (patch)
tree2d690d0d528ee2a187f9a1518b17931baa36554e /rt
parent05cc1ce102266aa0a25e085b0b39d777686210a6 (diff)
rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318
Diffstat (limited to 'rt')
-rw-r--r--rt/etc/RT_SiteConfig.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index daf136399..0e9823808 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -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%%%';