From f2731f7f3883905cd17633f486d2aeb9593173da Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 19 Oct 2015 15:54:37 -0700 Subject: rename WebExternalAutoInfo to WebRemoteUserAutocreateInfo, #37318 --- rt/etc/RT_SiteConfig.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rt') 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%%%'; -- cgit v1.2.1