Function Web.getUserCreate

GET "/user/create", displays create account form, auth'd user redirects to GET "/"

void getUserCreate (
  string _error = null
);

This is a child to the user route "/user/" and displays the create user form. Auth'd users are redirected to GET "/".