codeBlock('window.location = "'.$url.'"'); ?>
My Links > Settings > Change Password
'.errorInfo::$errorInfo['USER_UPDATE'].''; } } if (isset($noFileds)) { echo ''.errorInfo::$errorInfo['EMPTY_FIELDS'].''; } ?>
Change Password
create('User',array('action' => 'editPassword','class'=>'form','name'=>'form')); ?>
password('curr_password',array('class'=>'pinNumber','label'=>false, 'error' => errorInfo::$errorInfo['INVALID_PASS_WORD'], 'maxlength' => '30')); ?> '.errorInfo::$errorInfo['INVALID_CURRENT_PASSWORD'].''; } ?>

password('password',array('class'=>'pinNumber','label'=>false, 'error' => errorInfo::$errorInfo['INVALID_PASS_WORD'], 'maxlength' => '30')); ?> '.errorInfo::$errorInfo['INVALID_PASS_WORD'].''; } ?>

password('confirm_password',array('class'=>'pinNumber','label'=>false, 'maxlength' => '30')); ?> '. errorInfo::$errorInfo['PASSWORD_MISSMATCH'].''; } ?>

label('reset','Forgot your current password ? Reset it');?>




end(); ?>