ITBrix.Core.Registration

About the webframe

This webframe presents the new account registration form. It applies the registration rules as set in the Core Administration -> Builder -> Registration policy

Default presentation template

{{ctrl_validation_summary}}
<div class="fb">
    <div class="fb-form">
        
        <div class="fb-control fbc-textbox fbc-id-username">
            <span class="fb-label" title="{{ translate: wfc_username_create_title }}"> 
                <label>{{ translate: wfc_username }} </label>
                <span class="fb-required"> {{ translate: wfc_required_indicator }} </span> 
            </span>
            <div class="fb-field"><span class="fb-field-wrap"> {{ctrl_username_textbox}} </span></div>
        </div>
        
        <div class="fb-control fbc-textbox fbc-id-email">
            <span class="fb-label" title="{{ translate: wfc_email_create_title }}"> 
                <label>{{ translate: wfc_email }}</label>
                <span class="fb-required"> {{ translate: wfc_required_indicator }} </span> 
            </span>
            <div class="fb-field"><span class="fb-field-wrap"> {{ctrl_email_textbox}} </span></div>
        </div>
        
        <div class="fb-control fbc-textbox fbc-id-password">
            <span class="fb-label" title="{{ translate: wfc_password_create_title }}"> 
                <label>{{ translate: wfc_password }} </label> 
                <span class="fb-required"> {{ translate: wfc_required_indicator }} </span> 
            </span>
            <div class="fb-field"><span class="fb-field-wrap"> {{ctrl_password_textbox}} </span></div>
        </div>
        
        <div class="fb-control fbc-textbox fbc-id-password-confirm">
            <span class="fb-label" title="{{ translate: wfc_password_verify_title }}"> 
                <label>{{ translate: wfc_password_again }} </label> 
                <span class="fb-required"> {{ translate: wfc_required_indicator }} </span> 
            </span>
            <div class="fb-field"><span class="fb-field-wrap"> {{ctrl_verify_password_textbox}} </span></div>
        </div>
        
        <div class="fb-control fbc-button fbc-id-submit">{{ctrl_create_link}}</div>
    </div>
</div>

Email verification and approval is required template

A verification email will be send shortly to the email provided by you.
You need to click the link in that verification email to verify your address with us.
Afterwords you registration needs to be approved by a system administrator.

Only email verification is required template

A verification email will be send shortly to the email provided by you.

Registration success template

Thank you for registering.