Skip to content

Commit 713d468

Browse files
authored
Merge pull request #5845 from erikjanwestendorp/update-backofficeusermanager-and-notifications
Update backofficeusermanager and notifications
2 parents e67f452 + 8399e81 commit 713d468

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

10/umbraco-cms/reference/security/backofficeusermanager-and-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Internally these are mainly used for auditing but there are some that allow you
9797
* `UserLogoutSuccessNotification`
9898

9999
* This is specifically used if you have an [External Login Provider](external-login-providers.md) in use
100-
and you want to log out of that external provider when the user is logged out of the backoffice (i.e. Log out of everywhere).
100+
and you want to log out of that external provider when the user is logged out of the backoffice (that is log out of everywhere).
101101
The notification has a property `SignOutRedirectUrl`. If this property is assigned then Umbraco will redirect to that URL upon successful
102102
backoffice sign out in order to sign the user out of the external login provider.

12/umbraco-cms/reference/security/backofficeusermanager-and-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ Internally these are mainly used for auditing but there are some that allow you
9494
* `UserLogoutSuccessNotification`
9595

9696
* This is specifically used if you have an [External Login Provider](external-login-providers.md) in use
97-
and you want to log out of that external provider when the user is logged out of the backoffice (i.e. Log out of everywhere).
97+
and you want to log out of that external provider when the user is logged out of the backoffice (that is log out of everywhere).
9898
The notification has a property `SignOutRedirectUrl`. If this property is assigned then Umbraco will redirect to that URL upon successful
9999
backoffice sign out in order to sign the user out of the external login provider.

13/umbraco-cms/reference/security/backofficeusermanager-and-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Internally these are mainly used for auditing but there are some that allow you
8787
* `UserLogoutSuccessNotification`
8888

8989
* This is specifically used if you have an [External Login Provider](external-login-providers.md) in use
90-
and you want to log out of that external provider when the user is logged out of the backoffice (i.e. Log out of everywhere).
90+
and you want to log out of that external provider when the user is logged out of the backoffice (that is log out of everywhere).
9191
The notification has a property `SignOutRedirectUrl`. If this property is assigned then Umbraco will redirect to that URL upon successful
9292
backoffice sign out in order to sign the user out of the external login provider.

0 commit comments

Comments
 (0)