How I can achieve the following using Drupal 8.4.0:
1) The user will fill the registration form, which will include some basic info.
2) Once the user verifies his account, a USER PROFILE PAGE(this has to be a content type) will be created for him and he will be able to edit this page.
3) The user will not be able to create pages, he will be able to just edit this single page which has been created after the registration,
3) Every change he makes to this page, has to be reviewed from the admin before displayed to the live site.
I have a Drupal 8.3.4, I am using the core rest API to do GET/POST operations to the entity/node.
The POST response body is in Json, and it includes many different fields, some of which I don't want to show (want to disable/hide them) in the response body, and some I want to rename.
For example, the response body includes these items, which I dont want to have in the response.
I have installed Drupal 8 in my hosting site, the installation went ok except that I need to go to mydomain.com/drupal8 instead of just mydomain.com to access it any idea what I did wrong?