Currently the signup screen uses the user/add controller, which is fine, but it needs some refinement.
- The Is Admin checkbox should be hidden
- The "Create User" button should be labeled "Sign Up"
- The "New User" heading should say "Welcome!"
- The Cancel link should be hidden
- After signup, it should log the user in and redirect to posts
Currently the signup screen uses the user/add controller, which is fine, but it needs some refinement.