CException
Property "RegisterForm.pass" is not defined.
/opt/lampp/htdocs/yii1.1/framework/web/helpers/CHtml.php(2760)
2748 $name=substr($attribute,0,$pos);
2749 $value=$model->$name;
2750 foreach(explode('][',rtrim(substr($attribute,$pos+1),']')) as $id)
2751 {
2752 if((is_array($value) || $value instanceof ArrayAccess) && isset($value[$id]))
2753 $value=$value[$id];
2754 else
2755 return null;
2756 }
2757 return $value