Skip to content

Commit 755ef21

Browse files
alina-tincasgitbook-bot
authored andcommitted
GITBOOK-30: update members docs with video references for v10 docs
1 parent 9aabef9 commit 755ef21

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

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

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

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

33-
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.
34-
By having this group added to a user they will also have the option to mark member type properties as sensitive.
33+
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.
3534

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

@@ -41,27 +40,27 @@ You can create your own Member Types and add tabs, groups and properties as you
4140

4241
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**.
4342

44-
![Member Type Editor](../../../../10/umbraco-cms/fundamentals/data/images/Member-Type-Editor\_new1.PNG)
43+
![Member Type Editor](images/Member-Type-Editor\_new1.PNG)
4544

4645
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:
4746

48-
![Configure property settings](../../../../10/umbraco-cms/fundamentals/data/images/member-type-property-settings\_new1.PNG)
47+
![Configure property settings](images/member-type-property-settings\_new1.PNG)
4948

5049
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.
5150

5251
## Creating Member Groups
5352

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

56-
![Creating a Member Group](../../../../10/umbraco-cms/fundamentals/data/images/Member-group1.PNG)
55+
![Creating a Member Group](images/Member-group1.PNG)
5756

5857
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.
5958

6059
### Assigning a Member Group
6160

6261
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:
6362

64-
![Assigning a Member Group](../../../../10/umbraco-cms/fundamentals/data/images/assign-member-group1.PNG)
63+
![Assigning a Member Group](images/assign-member-group1.PNG)
6564

6665
## Technical
6766

@@ -97,14 +96,14 @@ As a developer you are able to leverage your website when you build on the Membe
9796

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

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

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

0 commit comments

Comments
 (0)