{assign var=title value="Access Log"} {include file="admin/header.inc.html"}
Time | Member | URL | {if !$config.demo}Remote IP | {/if}HTTP Referrer |
---|---|---|---|---|
{$p.time|date_format:$config.time_format} | {$p.login} | {$p.url|escape} | {if !$config.demo}{$p.remote_addr|escape} | {/if}{$p.referrer|escape} |
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. |