{showpage:include/header}

Change Password

{formstart:changepassword:{url:(user/changepassword)}:post} {if($msg!="")}{endif}
  
{$msg}
 
New Password *
 
Password not entered
  
Confirm Password *
  
 
  
{validate:changepassword:isNotNull("npassword","New password field can't be null")} {validate:changepassword:isNotShort("npassword",5,"Password strength is weak.Choose another one.")} {validate:changepassword:isNotNull("cpassword","Comfirm password can't be null")} {formend:changepassword}


{showpage:include/footer}