Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error message for CSRF #6259

Merged
merged 1 commit into from
Oct 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/core/i18n/ar.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "لقد أدخلت اسم مستخدم أو كلمة سر غير معروفة",
"LOGIN-ERROR-PROVIDERS": "لا يمكن أن يكون الموفرون غير محددين",
"LOGIN-ERROR-CORS": "استثناء CORS، تحقق من تكوين الخادم لديك",
"LOGIN-ERROR-CSRF": "استثناء CSRF، قم بتعيين [disableCsrf]=\"true\" في login.component",
"LOGIN-ERROR-CSRF": "استثناء CSRF، قم بتعيين \"disableCSRF\": true في app.config.json",
"LOGIN-ECM-LICENSE": "مستودع Alfresco Content Services في وضع للقراءة فقط",
"SSO-WRONG-CONFIGURATION": "خادم مصادقة SSO غير قابل للوصول"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "مسح"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Zadali jste neznámé uživatelské jméno nebo heslo",
"LOGIN-ERROR-PROVIDERS": "Poskytovatele nelze ponechat nedefinované",
"LOGIN-ERROR-CORS": "Výjimka CORS. Zkontrolujte konfiguraci serveru.",
"LOGIN-ERROR-CSRF": "Výjimka CSRF. Použijte u parametru „login.component“ hodnotu [disableCsrf]=\"true\".",
"LOGIN-ERROR-CSRF": "Výjimka CSRF. Použijte u parametru „app.config.json“ hodnotu \"disableCSRF\": true.",
"LOGIN-ECM-LICENSE": "Úložiště Alfresco Content Services je v režimu „Pouze ke čtení“.",
"SSO-WRONG-CONFIGURATION": "Server ověrování pomocí jednotného přihlášení je nedostupný"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Vymazat"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Du har skrevet et ukendt brugernavn eller en ukendt adgangskode",
"LOGIN-ERROR-PROVIDERS": "Der skal angives en definition for udbydere",
"LOGIN-ERROR-CORS": "CORS-undtagelse. Kontrollér din serverkonfiguration",
"LOGIN-ERROR-CSRF": "CSRF-undtagelse. Angiv [disableCsrf]=\"true\" i login.component",
"LOGIN-ERROR-CSRF": "CSRF-undtagelse. Angiv \"disableCSRF\": true i app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services-lageret er i skrivebeskyttet tilstand",
"SSO-WRONG-CONFIGURATION": "Der kan ikke oprettes forbindelse til SSO-godkendelsesserveren"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Ryd"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Sie haben einen unbekannten Benutzernamen oder ein falsches Passwort eingegeben",
"LOGIN-ERROR-PROVIDERS": "Provider müssen definiert werden",
"LOGIN-ERROR-CORS": "CORS-Ausnahme; überprüfen Sie Ihre Serverkonfiguration",
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "CSRF exception, set \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services-Repository ist schreibgeschützt",
"SSO-WRONG-CONFIGURATION": "Server für SSO-Authentifizierung nicht erreichbar"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Löschen"
}
}
}
}
2 changes: 1 addition & 1 deletion lib/core/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "You've entered an unknown username or password",
"LOGIN-ERROR-PROVIDERS": "Providers cannot be undefined",
"LOGIN-ERROR-CORS": "CORS exception, check your server configuration",
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "CSRF exception, set \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services repository is in read-only mode",
"SSO-WRONG-CONFIGURATION": "SSO Authentication server unreachable"
},
Expand Down
4 changes: 2 additions & 2 deletions lib/core/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Ha introducido un nombre de usuario o contraseña desconocidos",
"LOGIN-ERROR-PROVIDERS": "Los proveedores no pueden estar no definidos",
"LOGIN-ERROR-CORS": "Excepción CORS, compruebe la configuración del servidor",
"LOGIN-ERROR-CSRF": "Excepción CSRF, configure [disableCsrf]=\"true\" en login.component",
"LOGIN-ERROR-CSRF": "Excepción CSRF, configure \"disableCSRF\": true en app.config.json",
"LOGIN-ECM-LICENSE": "El repositorio de Alfresco Content Services está en modo solo lectura",
"SSO-WRONG-CONFIGURATION": "No se puede conectar con el servidor de autenticación SSO"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Borrar"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/fi.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Annoit tuntemattoman käyttäjänimen tai salasanan",
"LOGIN-ERROR-PROVIDERS": "Palveluiden määritystä ei voi poistaa",
"LOGIN-ERROR-CORS": "Ilmeni CORS-poikkeus, tarkista palvelinmääritykset",
"LOGIN-ERROR-CSRF": "Ilmeni CSRF-poikkeus, määritä asetuksen [disableCsrf] arvoksi \"true\" kohteessa login.component",
"LOGIN-ERROR-CSRF": "Ilmeni CSRF-poikkeus, määritä asetuksen \"disableCSRF\": true kohteessa app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services -säilö on Vain luku -tilassa",
"SSO-WRONG-CONFIGURATION": "Kertakirjautumisen todennuspalvelimeen ei saada yhteyttä"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Tyhjennä"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Le nom d'utilisateur ou le mot de passe entré est inconnu",
"LOGIN-ERROR-PROVIDERS": "Le fournisseur ne peut pas être non défini",
"LOGIN-ERROR-CORS": "Exception CORS, vérifiez la configuration du serveur",
"LOGIN-ERROR-CSRF": "Exception CSRF, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "Exception CSRF, set \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "L'entrepôt Alfresco Content Services est en lecture seule",
"SSO-WRONG-CONFIGURATION": "Serveur d'authentification SSO inaccessible"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Supprimer"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Nome utente o password sconosciuti",
"LOGIN-ERROR-PROVIDERS": "I provider non possono essere non definiti",
"LOGIN-ERROR-CORS": "Eccezione CORS, controlla la configurazione del server",
"LOGIN-ERROR-CSRF": "Eccezione CSRF, imposta [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "Eccezione CSRF, imposta \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "Il repository Alfresco Content Services è in modalità di sola lettura",
"SSO-WRONG-CONFIGURATION": "Server di autenticazione SSO non raggiungibile"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Cancella"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "入力したユーザー名またはパスワードが間違っています",
"LOGIN-ERROR-PROVIDERS": "プロバイダは必ず定義する必要があります",
"LOGIN-ERROR-CORS": "CORS の例外が発生しました。サーバーの設定を確認してください",
"LOGIN-ERROR-CSRF": "CSRF の例外が発生しました。login.component[disableCsrf]= を \"true\" に設定してください",
"LOGIN-ERROR-CSRF": "CSRF の例外が発生しました。app.config.json\"disableCSRF\": true に設定してください",
"LOGIN-ECM-LICENSE": "Alfresco Content Services のリポジトリが読み取り専用モードです",
"SSO-WRONG-CONFIGURATION": "SSO 認証サーバーにアクセスできません"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "消去"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/nb.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Du har angitt ukjent brukernavn eller passord",
"LOGIN-ERROR-PROVIDERS": "Leverandører kan ikke være udefinert",
"LOGIN-ERROR-CORS": "CORS-unntak, kontroller serverkonfigurasjonen",
"LOGIN-ERROR-CSRF": "CSRF-unntak, still inn [disableCsrf]=\"sannt\" i påloggingskomponent",
"LOGIN-ERROR-CSRF": "CSRF-unntak, still inn \"disableCSRF\": true i pål app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services-database i skrivebeskyttet modus",
"SSO-WRONG-CONFIGURATION": "SSO-godkjenningsserver kan ikke nås"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Fjern"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "U hebt een onbekende gebruikersnaam of een onbekend wachtwoord ingevoerd",
"LOGIN-ERROR-PROVIDERS": "De definitie van providers kan niet ongedaan worden gemaakt",
"LOGIN-ERROR-CORS": "CORS-uitzondering, controleer uw serverconfiguratie",
"LOGIN-ERROR-CSRF": "CSRF exception, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "CSRF exception, set \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services-repository bevindt zich in de modus Alleen-lezen",
"SSO-WRONG-CONFIGURATION": "SSO-verificatieserver niet bereikbaar"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Wissen"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Wprowadzono nieznaną nazwę użytkownika lub hasło.",
"LOGIN-ERROR-PROVIDERS": "Nie można zidentyfikować dostawców.",
"LOGIN-ERROR-CORS": "Wystąpił wyjątek CORS. Sprawdź konfigurację serwera.",
"LOGIN-ERROR-CSRF": "Wystąpił wyjątek CSRF. Ustaw w składniku logowania wartość [disableCsrf]=\"true\".",
"LOGIN-ERROR-CSRF": "Wystąpił wyjątek CSRF. Ustaw w app.config.json wartość \"disableCSRF\": true .",
"LOGIN-ECM-LICENSE": "Repozytorium usług Alfresco Content Services jest w trybie tylko do odczytu.",
"SSO-WRONG-CONFIGURATION": "Serwer uwierzytelniania SSO jest nieosiągalny"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Wyczyść"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Você inseriu um nome de usuário ou senha desconhecida",
"LOGIN-ERROR-PROVIDERS": "Provedores não podem ficar indefinidos",
"LOGIN-ERROR-CORS": "Exceção CORS, verifique a configuração do servidor",
"LOGIN-ERROR-CSRF": "Exceção CSRF, set [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "Exceção CSRF, set \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "O repositório do Alfresco Content Services está em modo somente leitura",
"SSO-WRONG-CONFIGURATION": "Servidor de autenticação SSO inacessível"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Limpar"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Вы ввели неверное имя пользователя или пароль",
"LOGIN-ERROR-PROVIDERS": "Поставщики не могут оставаться неопределенными",
"LOGIN-ERROR-CORS": "Исключение CORS, проверьте конфигурацию сервера",
"LOGIN-ERROR-CSRF": "Исключение CSRF, установите [disableCsrf]=\"true\" в login.component",
"LOGIN-ERROR-CSRF": "Исключение CSRF, установите \"disableCSRF\": true в app.config.json",
"LOGIN-ECM-LICENSE": "Репозиторий Alfresco Content Services находится в режиме только для чтения",
"SSO-WRONG-CONFIGURATION": "Сервер авторизации SSO недоступен"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Очистить"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/sv.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "Du har angett ett okänt användarnamn eller lösenord",
"LOGIN-ERROR-PROVIDERS": "Leverantörer kan inte avdefinieras",
"LOGIN-ERROR-CORS": "CORS-undantag, kontrollera din serverkonfiguration",
"LOGIN-ERROR-CSRF": "CSRF-undantag, ställ in [disableCsrf]=\"true\" i login.component",
"LOGIN-ERROR-CSRF": "CSRF-undantag, ställ in \"disableCSRF\": true i app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services-datakatalog är i skrivskyddat läge",
"SSO-WRONG-CONFIGURATION": "SSO-autentiseringsserver kan inte nås"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "Rensa"
}
}
}
}
4 changes: 2 additions & 2 deletions lib/core/i18n/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
"LOGIN-ERROR-CREDENTIALS": "您已输入未知用户名或密码",
"LOGIN-ERROR-PROVIDERS": "提供商未定义",
"LOGIN-ERROR-CORS": "CORS 异常,检查您的服务器配置",
"LOGIN-ERROR-CSRF": "CSRF 异常,设置 [disableCsrf]=\"true\" in login.component",
"LOGIN-ERROR-CSRF": "CSRF 异常,设置 \"disableCSRF\": true in app.config.json",
"LOGIN-ECM-LICENSE": "Alfresco Content Services 存储库为只读模式",
"SSO-WRONG-CONFIGURATION": "SSO 身份验证服务器无法连接"
},
Expand Down Expand Up @@ -520,4 +520,4 @@
"ARIA_LABEL": "清除"
}
}
}
}