{* * $Revision: 1.8 $ * 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="Account Activation"}

{if isset($form.error.unknownUser)}
{g->text text="This user cannot be activated."}

{g->text text="This can happen if the URL you entered is not correct or you already activated this account. Please check if your mail client broke the link into several lines and append them without spaces."}

{else}

{g->text text="Your account has been activated."}

{g->text text="You can now login to your account with your username and password."}

{/if}