function  logInPortal(password){
	window.location = '/'+password+'/';
}
