X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2FRT_SiteConfig.pm;h=0e982380873c78b2fbfd40ae37b7ac88070bfdff;hb=c663e377fd2c5089e7364b1144248edbaab76fe4;hp=29a7d023143f15e058fe8aced0602c9930b032fe;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 29a7d0231..0e9823808 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -10,7 +10,7 @@ # # The converse is also true, if this file isn't valid perl, you're # going to run into trouble. To check your SiteConfig file, use -# this comamnd: +# this command: # # perl -c /path/to/your/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%%%'; @@ -49,7 +49,7 @@ Set($MessageBoxWidth, 80); Set($MessageBoxRichTextHeight, 368); #redirects to ticket display on quick create -#Set($QuickCreateRedirect, 1); +#Set($DisplayTicketAfterQuickCreate, 1); #Set(@Plugins,(qw(Extension::QuickDelete RT::FM)));