From 4830b3eacd13a37c2f61caf7431517d53902659e Mon Sep 17 00:00:00 2001 From: Richard McGirr Date: Thu, 8 Oct 2015 05:58:06 -0400 Subject: [ticket/14219] Add email to inactive user listing in ACP. May help in spotting spam accounts quickly PHPBB3-14219 --- phpBB/adm/style/acp_inactive.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/adm') diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index 409ea46de5..2aa3051f53 100644 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -18,6 +18,7 @@ {L_USERNAME} + {L_EMAIL} {L_JOINED} {L_INACTIVE_DATE} {L_LAST_VISIT} @@ -32,6 +33,7 @@ {inactive.USERNAME_FULL}
{L_POSTS}{L_COLON} {inactive.POSTS} [{L_SEARCH_USER_POSTS}] + {inactive.USER_EMAIL} {inactive.JOINED} {inactive.INACTIVE_DATE} {inactive.LAST_VISIT} -- cgit v1.2.1