Skip to content

Commit c3afe70

Browse files
000-791: add users no email
1 parent 240b8a5 commit c3afe70

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_sass/_main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $hero-darken: $dark !default;
7777
display: flex; /* Make the entire line interactive */
7878
align-items: center; /* Align text and arrow */
7979
justify-content: space-between; /* Space between text and arrow */
80-
padding: 0.25rem 1rem; /* Same padding as other items */
80+
padding: 0rem 1rem; /* Same padding as other items */
8181
background-color: transparent; /* Default background */
8282
color: #000000; /* Black text by default */
8383
}

articles/en/Viva/monitorconversations.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ date: '2025-02-16'
1111

1212
Email bodies will include the detected keyword and an inline view of the conversation for public communities. For private community conversations, a link to the detected conversation/message will be provided. Recipients must have access to the community to view the conversation.
1313

14-
wie man parameters in pnp template verwednet

articles/en/new.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Email bodies will include the detected keyword and an inline view of the conversation for public communities. For private community conversations, a link to the detected conversation/message will be provided. Recipients must have access to the community to view the conversation.
22

3+
wie man parameters in pnp template verwednet

articles/en/spo/addusersnoemail.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ date: '2025-02-15'
1010
Usually, if you invite users to your site, they will receive an email notification. Here is how to avoid it.
1111

1212

13-
# Entire site
13+
# Share the entire site
1414

1515

1616
To invite a user to your SharePoint Online site without sending an email, first, navigate to your site and open the Site Access panel.
@@ -33,9 +33,9 @@ Once done, click Share, and the user will be granted access without receiving an
3333

3434

3535

36-
# Library
36+
# Share only one library
3737

38-
In order to invite your user to library only and not other libraries or lists in your site, you need to to first break permission inheritance.
38+
In order to invite your user to library only and not other libraries or lists in your site, you need to first break permission inheritance.
3939

4040
Usually libraries have the same permissions as the site collection (they inherit permissions). If a library needs special permissions (more or less), it needs to have unique permissions.
4141

0 commit comments

Comments
 (0)