Skip to content

Commit dbce6e7

Browse files
committed
Added changes to v17
1 parent 60cace2 commit dbce6e7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
84.1 KB
Loading

17/umbraco-cms/tutorials/members-registration-and-login.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@ Now that we have the options to:
154154
* Log out a member
155155

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

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

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

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

167-
5. Navigate back to the created Member.
168+
5. Navigate back to the created Member.
168169
6. Assign the newly created Member Group.
169170
7. Save the member:
170171

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

173174
Almost there!
174175

175-
1. Navigate to the Content section.
176+
1. Navigate to the **Content** section.
176177
2. Create a new page that should only be visible to "Premium" members.
177178

178-
3. Click the menu icon (•••) to bring up the page options, and pick "Restrict Public Access" once created.
179+
3. Click the menu icon (•••) and select **Public Access**.
179180

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

182-
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:
183+
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:
183184

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

0 commit comments

Comments
 (0)