'password' => Yii::t('luben','password'),
array('username, password', 'required'),
array('username, password', 'required', 'message'=>Yii::t('luben','{attribute} cannot be blank.')),
'{attribute} cannot be blank.' => '{attribute}不能为空.',