> > |
META TOPICPARENT |
name="TWikiVariablesSearch" |
Variables in this category:
AUTHREALM -- authentication realm
- String defined as {AuthRealm} in configure. This is used in certain password encodings, and in login templates as part of the login prompt.
- Syntax:
%AUTHREALM%
- Expands to: RHUL Physics users, please enter your RHUL username (eg. uhap456) using lower-case lettering. Non RHUL (eg. CERN) users, please enter your LoginName, (Typically First name and last name, no space, no dots, capitalized, e.g. JohnSmith). Please see the registration instructions at TWikiRegistration if you do not have one.
- Category: AdministrationVariables, SecurityAndAccessControlVariables, UsersAndAuthenticationVariables
- Related: TWikiUserAuthentication, SESSIONID, SESSIONVAR, LOGIN, LOGOUT, SESSION_VARIABLE (this topic)
GEOLOOKUP -- lookup geo location by IP address or domain name
- The
%GEOLOOKUP{}% variable is handled by the GeoLookupPlugin
- Syntax:
%GEOLOOKUP{"host" format="..."}%
- Parameters:
Parameter | Description | Default | "..." | Host IP address or host name | none, required | format="..." | Format of geolocation. Supported variables: • $latitude : Latitude • $longitude : Longitude • $city : City name • $region : Region name • $country_name : Country name • $country_code : Two letter country code • $postal_code : Postal code (USA only) • $metro_code : Metropolitan code (USA only) • $area_code : Telephone area code (USA only) | "$city, $region, $country_name" |
- Example:
%GEOLOOKUP{"75.52.124.86"}% shows default format (city, region, country code)
- Example:
%GEOLOOKUP{"75.52.124.86" format="$latitude, $longitude"}% shows comma separated Latitude and Longitude
- Category: AdministrationVariables, ApplicationsAndComponentsVariables, DevelopmentVariables, SecurityAndAccessControlVariables, UsersAndAuthenticationVariables
- Related: GeoLookupPlugin (this topic)
Total: 2 variables
Related Topics: TWikiVariables, TWikiVariablesSearch, TWikiVariablesQuickStart |