<h3>Setting up the Admin User</h3> Please insert a username and password to serve as your administrative account.<br /> Please note that you have the ability to add additional users after setup is complete.<br /><br /> <form action="?step=5" method="post"> <label for="username">Username:</label><br /> <input type="text" name="username" /><br /> <label for="password">Password:</label><br /> <input type="password" name="password" /><br /> <label for="password2">Confirm Password:</label><br /> <input type="password" name="password2" /><br /> <input type="submit" value="Create User" /> </form>