Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions 16/umbraco-cms/tutorials/members-registration-and-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ Now that we have the options to:
* Log out a member

We can take this a bit further and specify which parts of our website should be accessible to logged-in members. To do this:
1. Go to the Member section in the Backoffice.
2. Create a new Member Group.

1. Go to the **Member** section in the Backoffice.
2. Create a new **Member Group**.

![Create a new member group](images/v14-create-member-group.png)

Expand All @@ -164,22 +165,22 @@ We can take this a bit further and specify which parts of our website should be

![Naming the new member group](images/v14-create-member-group-step-2.png)

5. Navigate back to the created Member.
5. Navigate back to the created Member.
6. Assign the newly created Member Group.
7. Save the member:

![Assign the new Member group to the created Member](images/v14-assign-member-group.png)

Almost there!

1. Navigate to the Content section.
1. Navigate to the **Content** section.
2. Create a new page that should only be visible to "Premium" members.

3. Click the menu icon (β€’β€’β€’) to bring up the page options, and pick "Restrict Public Access" once created.
3. Click the menu icon (β€’β€’β€’) and select **Public Access**.

![Restricting public access to content](images/v14-restrict-content-access.png)
![Restricting public access to content](images/v16-restrict-content-access.png)

You will be able to restrict access to a specific member, or a specific group. Choose the latter option. In the dialog that follows you must define:
You will now have the option to restrict access to a specific member or a specific group. Choose **Group based protection**. In the dialog that follows, provide the following details:

- The group(s) that will have access to the page.
- The page with the login form.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions 17/umbraco-cms/tutorials/members-registration-and-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ Now that we have the options to:
* Log out a member

We can take this a bit further and specify which parts of our website should be accessible to logged-in members. To do this:
1. Go to the Member section in the Backoffice.
2. Create a new Member Group.

1. Go to the **Member** section in the Backoffice.
2. Create a new **Member Group**.

![Create a new member group](images/v14-create-member-group.png)

Expand All @@ -164,22 +165,22 @@ We can take this a bit further and specify which parts of our website should be

![Naming the new member group](images/v14-create-member-group-step-2.png)

5. Navigate back to the created Member.
5. Navigate back to the created Member.
6. Assign the newly created Member Group.
7. Save the member:

![Assign the new Member group to the created Member](images/v14-assign-member-group.png)

Almost there!

1. Navigate to the Content section.
1. Navigate to the **Content** section.
2. Create a new page that should only be visible to "Premium" members.

3. Click the menu icon (β€’β€’β€’) to bring up the page options, and pick "Restrict Public Access" once created.
3. Click the menu icon (β€’β€’β€’) and select **Public Access**.

![Restricting public access to content](images/v14-restrict-content-access.png)
![Restricting public access to content](images/v16-restrict-content-access.png)

You will be able to restrict access to a specific member, or a specific group. Choose the latter option. In the dialog that follows you must define:
You will now have the option to restrict access to a specific member or a specific group. Choose **Group based protection**. In the dialog that follows, provide the following details:

- The group(s) that will have access to the page.
- The page with the login form.
Expand Down