Re: Delete banned users

Posted by juanete on
URL: https://support.nabble.com/Delete-banned-users-tp7586705p7587691.html

Yes, only the administrator can see. Like the email

So I put between two conditions: the visitor of the profile is administrator [n.visitor.is_site_admin/] and the user is authenticated [n.local_user.is_authenticated/]

                    <n.if.both condition1="[n.visitor.is_site_admin/]" condition2="[n.local_user.is_authenticated/]">  
                        <then>  
                            <strong>Email</strong>: <n.local_user.user_email/>  
                            <n.local_user.extra_profile_fields/> <!--PASTE THIS LINE TO SHOW THE IP-->  
                        </then>  
                    </n.if.both>

I tried it with other users and they do not see
“El software libre construye una sociedad mejor“
"Free software builds a better society"
— Richard Stallman