{extends file="layout.tpl"} {block name=content}
{$title}
{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}

{/block}