{assign var=title value="User Access Log"} {include file="admin/header.inc.html"} {include file="admin/user_nb.inc.html" selected="access_log"}

{$title}

{foreach from=$list item=p} {/foreach}
Time Member URL Remote IP HTTP Referrer
{$p.time|date_format:$config.time_format} {$p.login} {$p.url} {$p.remote_addr} {$p.referrer}
{span count=$count}

ACCESS LOG NOTES:
aMember logs each access, including users accessing protected pages. This helps you to detect and control Sales Agreement violations, such as access from different IP networks using the same password, which may be an indication that someone is sharing their password with someone who isn't supposed to have access.

Please remember that aMember cannot log access to pages protected with .htpasswd.
{include file="admin/footer.inc.html"}