{include file="head.tpl" title="Change Password"} {if $errno == 1}
The new passwords you typed in does not match.
{elseif $errno == 2}
The old password you typed in is incorrect.
{elseif $errno == 3}
The new password you typed in is too weak. It must contain small and capital letters, and numbers.
{elseif $errno == 4}
No such username. How can this be???
{elseif $errno == 5}
You did not provide a new password!
{elseif $errno == 254}
Something weird happened on server side.
{elseif $errno == 255}
The new password could not be saved due to a database error.
{elseif $errno == 0}
Password successfully changed.
{/if}
Old password:
New password:
Retype new password:
{include file="foot.tpl"}