inherit
222558
0
Nov 22, 2024 14:00:00 GMT -8
Willow
This font!
835
June 2015
willowelf
|
Post by Willow on Nov 6, 2024 10:25:42 GMT -8
Is there a way to view a list of accounts that have been disabled? Or even a log/list showing it occurring? (I know you can get banned info in security but I can't seem to find a way to track disabled accounts.)
Thank you!
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Nov 6, 2024 10:40:33 GMT -8
Willow - Working on the list idea, but how's this in the meantime: Go to Admin > Structure > Layout Templates > Members > Member List tab. Find the entry for <td class="name target">$[user]</td> And change it to this: <td class="name target">$[user]{if $[current_user.is_staff] && $[user.account_disabled]}*{/if}</td> What this does is add the asterisk symbol after the name of each member account that is disabled. The asterisk is only visible to staff.
|
|
inherit
222558
0
Nov 22, 2024 14:00:00 GMT -8
Willow
This font!
835
June 2015
willowelf
|
Post by Willow on Nov 7, 2024 10:06:20 GMT -8
Willow - Working on the list idea, but how's this in the meantime: Go to Admin > Structure > Layout Templates > Members > Member List tab. Find the entry for <td class="name target">$[user]</td> And change it to this: <td class="name target">$[user]{if $[current_user.is_staff] && $[user.account_disabled]}*{/if}</td> What this does is add the asterisk symbol after the name of each member account that is disabled. The asterisk is only visible to staff.
Thank you Scott!
That worked as advertised.
|
|