diff options
author | Richard McGirr <rmcgirr83@gmail.com> | 2015-10-08 05:58:06 -0400 |
---|---|---|
committer | Richard McGirr <rmcgirr83@gmail.com> | 2015-10-08 06:10:49 -0400 |
commit | 4830b3eacd13a37c2f61caf7431517d53902659e (patch) | |
tree | 1e8539974c6292c28b1065109e89a85bc0e25bd9 /phpBB/adm/style/acp_inactive.html | |
parent | 972f04ec6a78f06bb5da25729ec1d8758514cdcb (diff) | |
download | forums-4830b3eacd13a37c2f61caf7431517d53902659e.tar forums-4830b3eacd13a37c2f61caf7431517d53902659e.tar.gz forums-4830b3eacd13a37c2f61caf7431517d53902659e.tar.bz2 forums-4830b3eacd13a37c2f61caf7431517d53902659e.tar.xz forums-4830b3eacd13a37c2f61caf7431517d53902659e.zip |
[ticket/14219] Add email to inactive user listing
in ACP. May help in spotting spam accounts quickly
PHPBB3-14219
Diffstat (limited to 'phpBB/adm/style/acp_inactive.html')
-rw-r--r-- | phpBB/adm/style/acp_inactive.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <thead> <tr> <th>{L_USERNAME}</th> + <th>{L_EMAIL}</th> <th>{L_JOINED}</th> <th>{L_INACTIVE_DATE}</th> <th>{L_LAST_VISIT}</th> @@ -32,6 +33,7 @@ {inactive.USERNAME_FULL} <!-- IF inactive.POSTS --><br />{L_POSTS}{L_COLON} <strong>{inactive.POSTS}</strong> [<a href="{inactive.U_SEARCH_USER}">{L_SEARCH_USER_POSTS}</a>]<!-- ENDIF --> </td> + <td style="vertical-align: top;">{inactive.USER_EMAIL}</td> <td style="vertical-align: top;">{inactive.JOINED}</td> <td style="vertical-align: top;">{inactive.INACTIVE_DATE}</td> <td style="vertical-align: top;">{inactive.LAST_VISIT}</td> |