Skip to content

Instantly share code, notes, and snippets.

@lukesmith
Created May 12, 2010 21:52
Show Gist options
  • Save lukesmith/399173 to your computer and use it in GitHub Desktop.
Save lukesmith/399173 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<commands>
<command name="CreateUserCommand">
<username>lukesmith</username>
<password>password1</password>
<firstname>Luke</firstname>
<lastname>Smith</lastname>
<emailaddress>luke@somesite.com</emailaddress>
</command>
<command name="CreateUserCommand">
<username>alixcarter</username>
<password>password1</password>
<firstname>Luke</firstname>
<lastname>Smith</lastname>
<emailaddress>alix@somesite.com</emailaddress>
</command>
</commands>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment