{* * $Revision: 1.11 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}

{g->text text="Registration successful"}

{if $SelfRegistrationSuccess.pending}

{g->text text="Your registration was successful."}

{if $SelfRegistrationSuccess.sentConfirmationEmail} {g->text text="You will shortly receive an email containing a link. You have to click this link to confirm and activate your account. This procedure is necessary to prevent account abuse."} {else} {g->text text="Your registration will be processed and your account activated soon."} {/if}

{else}

{g->text text="Your registration was successful and your account has been activated."}

{capture name=loginLink} {/capture} {capture name=loginLinkEnd} {/capture} {g->text text="You can now %slogin%s to your account with your username and password." arg1=$smarty.capture.loginLink arg2=$smarty.capture.loginLinkEnd}

{/if}