<LoginProps>
   <GeneralError></GeneralError>
   <SuccessfulRegistration>false</SuccessfulRegistration>
   <SuccessfulSetPassword>false</SuccessfulSetPassword>
   <Username>
      <Type></Type>
      <Name>username</Name>
      <Required>true</Required>
      <Value></Value>
      <Error></Error>
      <MinLength>0</MinLength>
   </Username>
   <Password>
      <Type>password</Type>
      <Name>password</Name>
      <Required>true</Required>
      <Value></Value>
      <Error></Error>
      <MinLength>0</MinLength>
   </Password>
</LoginProps>