$this->assertEqual($stored_global_password,$hashed_global_password,"The global password is stored hashed and the value correspond to the global password.",$this->group);
$this->assertTrue(user_check_password($this->global_password,$account),"The global password is stored hashed and the value correspond to the global password.",$this->group);