Difference between revisions of "Key: DefaultCountryCodeForImportedUsers"

From Catglobe Wiki
Jump to: navigation, search
 
Line 18: Line 18:
  
 
<add key="DefaultCountryCodeForImportedUsers" value="dk"/>
 
<add key="DefaultCountryCodeForImportedUsers" value="dk"/>
 
===Example of system impact===
 
  
 
...
 
...
 
__NOTOC__
 
__NOTOC__
 
<!-- imported from file: 6436.htm-->
 
<!-- imported from file: 6436.htm-->

Latest revision as of 06:49, 23 October 2013

<accesscontrol>Main:MyGroup</accesscontrol> 

Key: DefaultCountryCodeForImportedUsers

Syntax

<add key="DefaultCountryCodeForImportedUsers" value="[CODE]"/>

[CODE]: Value found in the "Country_Code" column on the "Country" table of the Catglobe database.

Purpose

Default country code for imported users. Valid values are all available codes stored in the Country table. If importing users that do not have a country code defined in the imported material, then they will be given this country code instead.

Example of key

<add key="DefaultCountryCodeForImportedUsers" value="dk"/>

...