diff --git a/client/pages/config/authentication.vue b/client/pages/config/authentication.vue index a7e8cbafb..9f70288e5 100644 --- a/client/pages/config/authentication.vue +++ b/client/pages/config/authentication.vue @@ -115,8 +115,11 @@
+

{{ $strings.LabelForwardAuthenticationWarning }}

+

+

{{ $strings.LabelForwardAuthenticationLogoutDescription }}

diff --git a/client/strings/en-us.json b/client/strings/en-us.json index 2c37c617f..4a8b418a3 100644 --- a/client/strings/en-us.json +++ b/client/strings/en-us.json @@ -130,6 +130,7 @@ "HeaderEreaderSettings": "Ereader Settings", "HeaderFiles": "Files", "HeaderFindChapters": "Find Chapters", + "HeaderForwardAuthentication": "Forward Authentication", "HeaderIgnoredFiles": "Ignored Files", "HeaderItemFiles": "Item Files", "HeaderItemMetadataUtils": "Item Metadata Utils", @@ -155,7 +156,6 @@ "HeaderOpenRSSFeed": "Open RSS Feed", "HeaderOtherFiles": "Other Files", "HeaderPasswordAuthentication": "Password Authentication", - "HeaderForwardAuthentication": "Forward Authentication", "HeaderPermissions": "Permissions", "HeaderPlayerQueue": "Player Queue", "HeaderPlayerSettings": "Player Settings", @@ -324,6 +324,9 @@ "LabelFontScale": "Font scale", "LabelFontStrikethrough": "Strikethrough", "LabelFormat": "Format", + "LabelForwardAuthenticationWarning": "Note: Enabling forward authentication will block the mobile application from working.", + "LabelForwardAuthenticationLogoutDescription": "The path to logout from the forward authentication provider. Ignored if empty.", + "LabelForwardAuthenticationPatternDescription": "Input must be in for format of IP/CIDR. For security reasons only private IPv4/IPv6 ranges are permitted. If a CIDR is not provided /32 or /128 will be assumed.", "LabelGenre": "Genre", "LabelGenres": "Genres", "LabelHardDeleteFile": "Hard delete file",