{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}
{if $permission != '1'}
Add User
Add User
{if isset($USERNAME_ERROR) and $USERNAME_ERROR eq "TRUE"}{$USERNAME}{/if}
{if isset($PASSWORD_ERROR) and $PASSWORD_ERROR eq "TRUE"}{$PASSWORD}{/if}
{if isset($CPASSWORD_ERROR) and $CPASSWORD_ERROR eq "TRUE"}{$CPASSWORD}{/if}
{if isset($EMAIL_ERROR) and $EMAIL_ERROR eq "TRUE" and isset($do)}{$EMAIL}{/if}
{if isset($SUCCESS_ADD) and $SUCCESS_ADD eq "ok"}
The user has been created!
{/if} {if isset($SUCCESS_ADD) and $SUCCESS_ADD eq "shardoffline"}
The user is created, though the shard seems offline, it may take some time to see the change on the shard.
{/if}
{/if}
Change Email
Change Email
{if isset($CEMAIL_ERROR) and $CEMAIL_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}
{if $permission == '3'}
User Registration
User Registration
{/if}
{/block}