From 9b7e21a87e7d3da0b9e9faf22e3d6df5263a9ca3 Mon Sep 17 00:00:00 2001 From: Matthew Bell Date: Mon, 19 Aug 2024 17:04:35 -0400 Subject: [PATCH] added labels for forward authentication --- client/pages/config/authentication.vue | 3 +++ client/strings/en-us.json | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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",