{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|escape} {$p.remote_addr|escape} {$p.referrer|escape}
{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. With new_rewrite protection it only logs first access, so account sharing protection is working, but you cannot see which pages user accessed.
{include file="admin/footer.inc.html"}