public function testNewInvalid()
 {
     $ret = TemporaryPasswordAuthenticationRequest::newInvalid();
     $this->assertNull($ret->password);
 }