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

{$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}

Download CSV file {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"}