$(document).ready(function(){     
    $("#group_id").change(function(){    	
    	$("#password").removeAttr("disabled");
    });
}); 
