Find User

Email address

{if isset($errors.user_email)}

{$errors.user_email}
{/if}

{if isset($communityInfo)} {if count($communityInfo)}

User is a member of the following communities

{foreach from=$communityInfo item=info} {/foreach}
Community name URL Status User permission
{$info['hubbub_name']} {$info['hubbub_url']} {if $info['hubbub_disablemode'] > 0}Disabled{else}Active{/if} {$usertypes[$info['useraccess_usertype']]->data['usertype_name']}
{else} User is not signed up to any communities. {/if} {/if}