can_manage_banned_users

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "can_manage_banned_users".
... in permissions.naml
261
262
263
<macro name="can_manage_banned_users" requires="user">
    <n.has_site_permission permission="[n.manage_banned_users_permission/]" />
</macro>