%META:TOPICINFO{author="TWikiContributor" date="1420676674" format="1.1" version="$Rev$"}%
%META:TOPICPARENT{name="WhereIsPlugin"}%
---+ Where Is?

%JQTABPANE%
%JQTAB{"Recently Seen"}%
%WHEREIS{ action="showrecent" limit="%URLPARAM{ "rlimit" default="20" }%" }%
<form action="">
Limit:
<input type="text" name="rlimit" value="%URLPARAM{ "rlimit" default="20" }%" size="5" class="twikiInputField" />
<input type="submit" value="Go" class="twikiSubmit" />
&nbsp; &nbsp; (%CALC{$ROW(-1)}% shown)
</form>
%JQENDTAB%
%JQTAB{"Locations"}%
<div style="padding: 3px 0;">
%T%
Users can update their current location; site administrators can update all locations and can add and delete locations. Hover over a row to update the location.
</div>
%WHEREIS{ action="editlocations" limit="%URLPARAM{ "elimit" default="100" }%" }%
<form action="">
Limit:
<input type="text" name="elimit" value="%URLPARAM{ "elimit" default="100" }%" size="5" class="twikiInputField" />
<input type="submit" value="Go" class="twikiSubmit" />
&nbsp; &nbsp; (%CALC{$ROW(-2)}% shown)
</form>
%JQENDTAB%
%JQTAB{"Help"}%
The __Recently Seen__ report shows where and when TWiki users were last seen. When a user accesses TWiki from an unknown location it asks the user for the current location.

The __Locations__ report shows known locations. Locations can be named, such as "Cupertino office", "Tokyo office", "Brian's home office", etc. Each named location is associated with an IP address or a range of IP addresses. A new location is automatically established if the GeoLookupPlugin is installed and enabled.

Members of the %USERSWEB%.TWikiAdminGroup can change, add and delete locations.
%JQENDTAB%
%JQENDTABPANE%

__Related:__ WhereIsPlugin, %USERSWEB%.UserList
