Skip to content

Commit 9aabef9

Browse files
alina-tincasgitbook-bot
authored andcommitted
GITBOOK-67: update members docs with video references on v10 docs
1 parent e8723f9 commit 9aabef9

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

11/umbraco-cms/fundamentals/data/members.md

+11-12
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ Once the Member is created and saved you can access it by expanding the Members
3232

3333
## [Sensitive data](../../reference/security/sensitive-data-on-members.md)
3434

35-
Sensitive properties on a members data will not be displayed to backoffice users unless they have appropriate permissions. In order to see the values of the default properties in the **Member** tab you need to have the Sensitive data User Group.
36-
By having this group added to a user they will also have the option to mark member type properties as sensitive.
35+
Sensitive properties on a members data will not be displayed to backoffice users unless they have appropriate permissions. In order to see the values of the default properties in the **Member** tab you need to have the Sensitive data User Group. By having this group added to a user they will also have the option to mark member type properties as sensitive.
3736

3837
More information can be found under [security](../../reference/security/sensitive-data-on-members.md).
3938

@@ -43,27 +42,27 @@ You can create your own Member Types and add tabs, groups and properties as you
4342

4443
Go to the **Settings** section, right-click **Member Types** and select **Create**. You will now be taken to the Member Type editor that is used to define and edit the Member Type. Name the new Member Type and click **Save**.
4544

46-
![Member Type Editor](../../../../11/umbraco-cms/fundamentals/data/images/Member-Type-Editor\_new1.PNG)
45+
![Member Type Editor](images/Member-Type-Editor\_new1.PNG)
4746

4847
You will see that the **Membership** group is added automatically to any Member Types you create. This group includes `umbracoMemberComments` property along with the other default properties which can be seen only in the **Member** tab when creating a member. The property is locked, which means you cannot remove it, but you can still configure the settings for the property:
4948

50-
![Configure property settings](../../../../11/umbraco-cms/fundamentals/data/images/member-type-property-settings\_new1.PNG)
49+
![Configure property settings](images/member-type-property-settings\_new1.PNG)
5150

5251
It is possible to add more groups and more properties to each of the Member Types you create, as well as the default Member Type.
5352

5453
## Creating Member Groups
5554

5655
Member Groups define roles for your members that can be used for role-based protection. A member can be in multiple groups.
5756

58-
![Creating a Member Group](../../../../11/umbraco-cms/fundamentals/data/images/Member-group1.PNG)
57+
![Creating a Member Group](images/Member-group1.PNG)
5958

6059
To create a new Member Group click the menu icon next to the **Member Groups** node in the Members section. Choose **Create**, name the group, and save the group.
6160

6261
### Assigning a Member Group
6362

6463
To assign a member to a specific group find the member you wish to assign and find the **Properties** group. Here you can see which groups the member is already part of. You can also add the member to more groups or remove the member from already assigned groups:
6564

66-
![Assigning a Member Group](../../../../11/umbraco-cms/fundamentals/data/images/assign-member-group1.PNG)
65+
![Assigning a Member Group](images/assign-member-group1.PNG)
6766

6867
## Technical
6968

@@ -99,14 +98,14 @@ As a developer you are able to leverage your website when you build on the Membe
9998

10099
You can find out more about the services methods in the reference section of the documentation by following the links below.
101100

101+
## References
102+
103+
* Video:[ Adding a member](https://www.youtube.com/watch?v=gdvfrqQcAGY)
104+
* Video: [Member types properties](https://www.youtube.com/watch?v=\_aMZJWxdNHg)
105+
* Video: [Role-Based Protection](https://www.youtube.com/watch?v=wVR9OBnaNZQ)
106+
102107
### Related Services
103108

104109
* [MemberService](../../reference/management/services/memberservice.md)
105110
* [MemberType Service](../../reference/management/services/membertypeservice.md)
106111
* [MemberGroup Service](../../reference/management/services/membergroupservice.md)
107-
108-
<!-- ### Video tutorials
109-
110-
{% embed url="https://www.youtube.com/playlist?ab_channel=UmbracoLearningBase&list=PLgX62vUaGZsHYlNtXGSolK5_Tg0AMkQBA" %}
111-
Playlist: Members in Umbraco
112-
{% endembed %} -->

0 commit comments

Comments
 (0)