{block name=content}

Change Password

Change Password {if !isset($changesOther) or $changesOther eq "FALSE"}
{if isset($MATCH_ERROR) and $MATCH_ERROR eq "TRUE"}The password is incorrect{/if}
{/if}
{if isset($NEWPASSWORD_ERROR) and $NEWPASSWORD_ERROR eq "TRUE"}{$newpass_error_message}{/if}
{if isset($CNEWPASSWORD_ERROR) and $CNEWPASSWORD_ERROR eq "TRUE"}{$confirmnewpass_error_message}{/if}
{if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "OK"}
The password has been changed!
{/if} {if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "SHARDOFF"}
The password has been changed, though the shard seems offline, it may take some time to see the change on the shard.
{/if}

Add User

Add User
{if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "OK"}
The user is created!
{/if} {if isset($SUCCESS_PASS) and $SUCCESS_PASS eq "SHARDOFF"}
The user can't be created.
{/if}

Change Email

Change Email
{if isset($EMAIL_ERROR) and $EMAIL_ERROR eq "TRUE"}{$EMAIL}{/if}
{if isset($SUCCESS_MAIL) and $SUCCESS_MAIL eq "OK"}
The email has been changed!
{/if} {if isset($SUCCESS_MAIL) and $SUCCESS_MAIL eq "SHARDOFF"}
The email has been changed, though the shard seems offline, it may take some time to see the change on the shard.
{/if}

Ticket updates

Ticket-Update Mail Settings

Change Info

Change Info
{if isset($info_updated) and $info_updated eq "OK"}
The Info has been updated!
{/if}
{/block}