The New People template displays a list of new users. The template is a built-in template and comes with your Communifire site. To use the template:
Below is the HTML of this template, for your reference.
<div class="axero-widget {{CustomCSSClass}} {{#if HideContainerBorder}}axero-widget-no-border{{/if}}"> {{#if ShowWidgetHeader}} <div class="axero-widget-header"> <h3>{{{WidgetTitle}}}</h3> </div> {{/if}} <div class="axero-widget-content"> <div class="list"> <ul> {{#each Contents}} <li> <div class="axero-section-list-avatar"> <a href="{{ProfileURL}}" title="{{{UserInfoDisplayName}}}"><img alt="{{{UserInfoDisplayName}}}" src="{{AvatarImageURL}}" /></a> </div> <div class="axero-section-list-content"> <div class="axero-section-list-content-title"> <a class="axero-user-card-link" data-user="{{UserID}}" href="{{ProfileURL}}" title="{{{UserInfoDisplayName}}}">{{{UserInfoDisplayName}}}</a> {{../Resources.RecentActivityUserCreatedText}} </div> <div class="axero-section-list-content-date"> {{DateJoinedString}} </div> </div> </li> {{/each}} </ul> </div> </div> {{#if ShowWidgetFooter}} <div class="axero-widget-footer"> </div> {{/if}} </div>
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/communifire-documentation/wiki/view/22699/new-people-template
Your session has expired. You are being logged out.