Skip to content
This repository was archived by the owner on May 20, 2018. It is now read-only.

Accounts.xml

Bluscream edited this page Jul 17, 2016 · 5 revisions
Used by Path
Server /Accounts.xml

##Example Content

<?xml version="1.0"?>
<UserList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Accounts>
    <Account>
      <Name>YourNameHere</Name>
      <Password></Password>
      <Level>Owner</Level>
    </Account>
    <Account>
      <Name>SomeAdminHere</Name>
      <Password></Password>
      <Level>Administrator</Level>
    </Account>
    <Account>
      <Name>SomeModHere</Name>
      <Password></Password>
      <Level>Moderator</Level>
    </Account>
    <Account>
      <Name>SomeNameHere</Name>
      <Password></Password>
      <Level>User</Level>
    </Account>
  </Accounts>
</UserList>
Clone this wiki locally