Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 6d78cb2

Browse files
committed
Add a WARNING in the legend of CASE_SENSITIVE to make sure to explain why it's always disabled.
1 parent d69034f commit 6d78cb2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

core/src/plugins/core.auth/i18n/conf/de.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Einstellungen für alle Authentifizierung-Treiber",
2929
"Activate the users management system to protect your Pydio installation." => "Benutzerverwaltung aktivieren um die Pydio-Installation zu schützen.",
3030
"Case Sensitive" => "Groß- / Kleinschreibung beachten",
31-
"Whether the users identifiers should be case sensitive or not" => "Bei der BenutzerId Groß- / Kleinschreibung beachten",
31+
"Whether the users identifiers should be case sensitive or not" => "Bei der BenutzerId Groß- / Kleinschreibung beachten. WARNING, sql-based drivers will disable this by default, even if you check this.",
3232
"Enable the 'guest' user, who does not need to log in." => "Aktiviert den 'Gast' Benutzer ohne Login.",
3333
"Minimum number of characters required for passwords in the application" => "Minimale Passwortlänge",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Anmeldedaten nach erfolgreichem Login in der Sitzung merken. (möglicherweise beim Bridging von Auth-Erweiterungen nötig)",

core/src/plugins/core.auth/i18n/conf/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Options applied to all auth drivers",
2929
"Activate the users management system to protect your Pydio installation." => "Activate the users management system to protect your Pydio installation.",
3030
"Case Sensitive" => "Case Sensitive",
31-
"Whether the users identifiers should be case sensitive or not" => "Whether the users identifiers should be case sensitive or not",
31+
"Whether the users identifiers should be case sensitive or not" => "Whether the users identifiers should be case sensitive or not. WARNING, sql-based drivers will disable this by default, even if you check this.",
3232
"Enable the 'guest' user, who does not need to log in." => "Enable the 'guest' user, who does not need to log in.",
3333
"Minimum number of characters required for passwords in the application" => "Minimum number of characters required for passwords in the application",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins.",

core/src/plugins/core.auth/i18n/conf/fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Options appliquées à tous les drivers d'autentification",
2929
"Activate the users management system to protect your Pydio installation." => "Activer le système de gestion d'utilisateurs pour protéger votre installation Pydio.",
3030
"Case Sensitive" => "Sensible à la casse",
31-
"Whether the users identifiers should be case sensitive or not" => "Définit si les identifiants des utilisateurs doivent-être sensibles à la casse",
31+
"Whether the users identifiers should be case sensitive or not" => "Définit si les identifiants des utilisateurs doivent-être sensibles à la casse. Attention les drivers basés sur SQL vont toujours désactiver cette valeur.",
3232
"Enable the 'guest' user, who does not need to log in." => "Activer l'utilisateur 'Invité', qui n'a pas besoin de se connecter.",
3333
"Minimum number of characters required for passwords in the application" => "Longueur minimale (en caractères) des mots de passe pour l'application",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Stocker les identifiants de l'utilisateur dans la session après la connexion, peut-être requis lors de l'utilisation de plugins d'authentification et d'accès spécifiques.",

core/src/plugins/core.auth/i18n/conf/it.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Opzioni applicate su tutti i driver di autenticazione",
2929
"Activate the users management system to protect your Pydio installation." => "Attiva il sistema di gestone utenti per proteggere l'installazione di Pydio.",
3030
"Case Sensitive" => "Case Sensitive",
31-
"Whether the users identifiers should be case sensitive or not" => "Se attivo, l'identificatore dell'utente è case sensitive",
31+
"Whether the users identifiers should be case sensitive or not" => "Se attivo, l'identificatore dell'utente è case sensitive. WARNING, sql-based drivers will disable this by default, even if you check this.",
3232
"Enable the 'guest' user, who does not need to log in." => "Abilita l'utente 'guest' (ospite), che non necessita di login.",
3333
"Minimum number of characters required for passwords in the application" => "Numero minimo di caratteri richiesti per la password",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Imposta le credenziali dell'utente nella session, dopo il buon esito del login. Può essere necessario quando si collegano specifici plugin di autenticazione o accesso.",

core/src/plugins/core.auth/i18n/conf/pt.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Options applied to all auth drivers",
2929
"Activate the users management system to protect your Pydio installation." => "Activate the users management system to protect your Pydio installation.",
3030
"Case Sensitive" => "Case Sensitive",
31-
"Whether the users identifiers should be case sensitive or not" => "Whether the users identifiers should be case sensitive or not",
31+
"Whether the users identifiers should be case sensitive or not" => "Whether the users identifiers should be case sensitive or not. WARNING, sql-based drivers will disable this by default, even if you check this.",
3232
"Enable the 'guest' user, who does not need to log in." => "Enable the 'guest' user, who does not need to log in.",
3333
"Minimum number of characters required for passwords in the application" => "Minimum number of characters required for passwords in the application",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins.",

core/src/plugins/core.auth/i18n/conf/ru.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Options applied to all auth drivers" => "Options applied to all auth drivers",
2929
"Activate the users management system to protect your Pydio installation." => "Активировать управление пользователями для защиты вашей системы.",
3030
"Case Sensitive" => "Различать регистр букв",
31-
"Whether the users identifiers should be case sensitive or not" => "Требуется ли в идентификаторах пользователей учитывать регистр букв",
31+
"Whether the users identifiers should be case sensitive or not" => "Требуется ли в идентификаторах пользователей учитывать регистр букв. WARNING, sql-based drivers will disable this by default, even if you check this.",
3232
"Enable the 'guest' user, who does not need to log in." => "Включить ли гостевой доступ без пароля.",
3333
"Minimum number of characters required for passwords in the application" => "Минимальная длина пароля",
3434
"Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins." => "Не буду переводить :) Set the users credentials in the session after a successful login, this can be necessary when bridging specific auth and access plugins.",

0 commit comments

Comments
 (0)