diff --git a/modules/admin/lib/Controller/Config.php b/modules/admin/lib/Controller/Config.php
index b602bef3bdfa2ae326754dbb835f1b403621e58b..8bba958e656db3248218ac3c66ad6f4c10d18aed 100644
--- a/modules/admin/lib/Controller/Config.php
+++ b/modules/admin/lib/Controller/Config.php
@@ -431,17 +431,6 @@ class Config
             );
         }
 
-        // check for URL limitations
-        if (extension_loaded('suhosin')) {
-            $len = ini_get('suhosin.get.max_value_length');
-            if (empty($len) || $len < 2048) {
-                $warnings[] = Translate::noop(
-                    'The length of query parameters is limited by the PHP Suhosin extension. Please increase the ' .
-                    '<code>suhosin.get.max_value_length</code> option in your php.ini to at least 2048 bytes.'
-                );
-            }
-        }
-
         /*
          * Check for updates. Store the remote result in the session so we don't need to fetch it on every access to
          * this page.
diff --git a/modules/admin/locales/af/LC_MESSAGES/admin.po b/modules/admin/locales/af/LC_MESSAGES/admin.po
index 7041587bb5db151254df68c874886144316b925c..9924b6066ba5f336d4e41726dc67a7277c641cbb 100644
--- a/modules/admin/locales/af/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/af/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ar/LC_MESSAGES/admin.po b/modules/admin/locales/ar/LC_MESSAGES/admin.po
index 305271100689309a11881e1df866ead7a7bf8118..96573000a8c934175d5f5b992bcedee6b05fe1d3 100644
--- a/modules/admin/locales/ar/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ar/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/cs/LC_MESSAGES/admin.po b/modules/admin/locales/cs/LC_MESSAGES/admin.po
index fc66ccab26f98f24af85215a18d44f5b518e44cf..6e58b31881067802756f0b6a86298d0dbc10dfed 100644
--- a/modules/admin/locales/cs/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/cs/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/da/LC_MESSAGES/admin.po b/modules/admin/locales/da/LC_MESSAGES/admin.po
index fa3cae153fd1bf206f004456deb3079cf00a3b7e..a57e2d4efa855a90ae5c4a018c83c490028ebec0 100644
--- a/modules/admin/locales/da/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/da/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/de/LC_MESSAGES/admin.po b/modules/admin/locales/de/LC_MESSAGES/admin.po
index 48123151f7b52c080c4f6a574839903dd12b4d8f..c7892fdf6874798626b06fe8df18344442566317 100644
--- a/modules/admin/locales/de/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/de/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/el/LC_MESSAGES/admin.po b/modules/admin/locales/el/LC_MESSAGES/admin.po
index 315bf4f6f5f0428a078f984bce944fe4ad4794e9..c4857dd48d60bcd547ef2df091efc9b1a09ec2f3 100644
--- a/modules/admin/locales/el/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/el/LC_MESSAGES/admin.po
@@ -281,12 +281,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/en/LC_MESSAGES/admin.po b/modules/admin/locales/en/LC_MESSAGES/admin.po
index 7fb2c51183e0c536b44321663205786b815b9c92..ed5ed0e211819ea72d8babe5ccfa5e76ca9e929e 100644
--- a/modules/admin/locales/en/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/en/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/es/LC_MESSAGES/admin.po b/modules/admin/locales/es/LC_MESSAGES/admin.po
index 58986cf26aec39d666bd2ed2596530b189373e2e..27464947275d7d500a9484656ccf3632ae2c3c8a 100644
--- a/modules/admin/locales/es/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/es/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/et/LC_MESSAGES/admin.po b/modules/admin/locales/et/LC_MESSAGES/admin.po
index 0321b5eb6489fbfc4746d053a628e4ec5d575aae..36c373ef258603b9b91f51bcf8c4dc4244243007 100644
--- a/modules/admin/locales/et/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/et/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/eu/LC_MESSAGES/admin.po b/modules/admin/locales/eu/LC_MESSAGES/admin.po
index ae68429897551411e8a92d1f4d91fe9399d32569..0f15e80437771dc6e67a2e5b780fd534f7245002 100644
--- a/modules/admin/locales/eu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/eu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/fi/LC_MESSAGES/admin.po b/modules/admin/locales/fi/LC_MESSAGES/admin.po
index 748f6483d5159f024c9a3958bdd0fb64b20b15d9..f9368a29fdddb33e8da772a975804928de4c7dc7 100644
--- a/modules/admin/locales/fi/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/fi/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/fr/LC_MESSAGES/admin.po b/modules/admin/locales/fr/LC_MESSAGES/admin.po
index 44b7bbeda2811d0e3e4420756f2486c7ea043687..37f9ab6e12192eceaf90f5624509a0765655aede 100644
--- a/modules/admin/locales/fr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/fr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/he/LC_MESSAGES/admin.po b/modules/admin/locales/he/LC_MESSAGES/admin.po
index 6156dbee072419c311e852d4320b4e51ff6f1842..98da61be55e9f3922dfea0b4c3b4af9b05ede634 100644
--- a/modules/admin/locales/he/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/he/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/hr/LC_MESSAGES/admin.po b/modules/admin/locales/hr/LC_MESSAGES/admin.po
index 61aa4bd8fc63cdb010d7c6ed4d5935d94033cf4a..55e2552491f736cb1fd91d9b2be3a4738e90664d 100644
--- a/modules/admin/locales/hr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/hr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/hu/LC_MESSAGES/admin.po b/modules/admin/locales/hu/LC_MESSAGES/admin.po
index 7d6d6a4f48af8503329b770592feb62d77e6c4d9..88a82dd49f9594b320cb189da39fe25fcd311d1d 100644
--- a/modules/admin/locales/hu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/hu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/id/LC_MESSAGES/admin.po b/modules/admin/locales/id/LC_MESSAGES/admin.po
index 4f4438f0365fc06aeb91fa17f45c4ceb3c4d8d05..02da3c069fef70693a68f4b8def3df77c99a21dc 100644
--- a/modules/admin/locales/id/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/id/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/it/LC_MESSAGES/admin.po b/modules/admin/locales/it/LC_MESSAGES/admin.po
index e4bdd4a68aa967ea237c14b910b28c18d2e46bbf..8e5f38be87ee4bdb1746c65a94ae8edc8ba76311 100644
--- a/modules/admin/locales/it/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/it/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ja/LC_MESSAGES/admin.po b/modules/admin/locales/ja/LC_MESSAGES/admin.po
index 6a61a5403b9e1b3f81da9078af383b36e8cc2cf3..047ec6160b47ede07f623eae5cc22a39d005e693 100644
--- a/modules/admin/locales/ja/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ja/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lb/LC_MESSAGES/admin.po b/modules/admin/locales/lb/LC_MESSAGES/admin.po
index 9726a45ce3701829d5adc38f2d5df77bb4fd8aa3..15ef0b27b1cf88395ce5fc0767bb7ea2a50478b8 100644
--- a/modules/admin/locales/lb/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lb/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lt/LC_MESSAGES/admin.po b/modules/admin/locales/lt/LC_MESSAGES/admin.po
index 0c123ddaed6c9ae64891120d163ae273fbcc53f8..812ed90479d3e705f01e219eb42065904c038651 100644
--- a/modules/admin/locales/lt/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lt/LC_MESSAGES/admin.po
@@ -281,12 +281,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/lv/LC_MESSAGES/admin.po b/modules/admin/locales/lv/LC_MESSAGES/admin.po
index f54fdb86a19ddf2f80dd310b3f3245725ee6c89f..08b10382b4eb969484dc3de78c805bac71fb8953 100644
--- a/modules/admin/locales/lv/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/lv/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nb/LC_MESSAGES/admin.po b/modules/admin/locales/nb/LC_MESSAGES/admin.po
index 995a74b4d3b1102ed6938b4d3ed2660ae373420b..949d8effb3693f1ffa22a06f7a058fbc6aba5a48 100644
--- a/modules/admin/locales/nb/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nb/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nl/LC_MESSAGES/admin.po b/modules/admin/locales/nl/LC_MESSAGES/admin.po
index b60337f712bd848587218c324c33048eda6bc01b..9f716fa4d5caf8cf15aa3bc95a76773f95dc5919 100644
--- a/modules/admin/locales/nl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nl/LC_MESSAGES/admin.po
@@ -298,12 +298,6 @@ msgstr ""
 "simplesamlphp-maintenance\">Lees meer over het onderhoud van "
 "SimpleSAMLphp</a>."
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/nn/LC_MESSAGES/admin.po b/modules/admin/locales/nn/LC_MESSAGES/admin.po
index 18e04791d10f077c1e2d854c6e7053243d187d5a..eabfee81fcfaa3e1175ce8aec06b33d9d3d7991f 100644
--- a/modules/admin/locales/nn/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/nn/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pl/LC_MESSAGES/admin.po b/modules/admin/locales/pl/LC_MESSAGES/admin.po
index 219b4183df57a1016f32e8bb855ab9b567365f86..2b80d831e33edf32cf181ba363745557d68422b4 100644
--- a/modules/admin/locales/pl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pl/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
index c322dc869a3d0f7edb20a9ea4d057116703611e6..0553752716bb4e2624db0b9755951e5bb4567ca7 100644
--- a/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pt-br/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/pt/LC_MESSAGES/admin.po b/modules/admin/locales/pt/LC_MESSAGES/admin.po
index 8ef6b537e3bcbe0a2e35235c1b6baac5672b02bf..4bda40565db741abb74cadbb6dcfc9441ebb2e31 100644
--- a/modules/admin/locales/pt/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/pt/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ro/LC_MESSAGES/admin.po b/modules/admin/locales/ro/LC_MESSAGES/admin.po
index e998f72e3929d2696bb789acbc5872c0a7fa7806..4e8c6185c6ba44aad54ab9722990093c2f777494 100644
--- a/modules/admin/locales/ro/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ro/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/ru/LC_MESSAGES/admin.po b/modules/admin/locales/ru/LC_MESSAGES/admin.po
index 5fefbc71e628747a01ee94483b3c7e49dc1b44f0..47516afcf5a7943cd889c79a73fd528b7cd197f4 100644
--- a/modules/admin/locales/ru/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/ru/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sl/LC_MESSAGES/admin.po b/modules/admin/locales/sl/LC_MESSAGES/admin.po
index 3a71d2550d26e668d5b9e15e22a6f19330060f43..e05780c981e1991bb2994831c6ecca9ee1bee18b 100644
--- a/modules/admin/locales/sl/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sl/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sr/LC_MESSAGES/admin.po b/modules/admin/locales/sr/LC_MESSAGES/admin.po
index ec146e13c077e0b2bc9198c49a9675f0086e27af..d8f5cf9b64e59968a29cd2fd84d1eafba0302cf6 100644
--- a/modules/admin/locales/sr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/st/LC_MESSAGES/admin.po b/modules/admin/locales/st/LC_MESSAGES/admin.po
index 77ee17a6b224f07e4015a573aea10e1b7816e49f..f700dad9a197f542a4fedb2185802a81e9062bc1 100644
--- a/modules/admin/locales/st/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/st/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/sv/LC_MESSAGES/admin.po b/modules/admin/locales/sv/LC_MESSAGES/admin.po
index 32dcbd5077c3b45e9285832d188ca3f5ae975855..d4beeae10b0c1163e32bb29d6d3caf38f6da5373 100644
--- a/modules/admin/locales/sv/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/sv/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/tr/LC_MESSAGES/admin.po b/modules/admin/locales/tr/LC_MESSAGES/admin.po
index 221937bec173daee170026cbd306e5d0b1cf3e64..566ee9d63f08f00c4df9f6197789e7444720a033 100644
--- a/modules/admin/locales/tr/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/tr/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/xh/LC_MESSAGES/admin.po b/modules/admin/locales/xh/LC_MESSAGES/admin.po
index 34266106a5e1625f7aab7eb8d3905887ec3b2ef1..2733c972e97e3494874abbb5eb0ecc7fd1f7ecbe 100644
--- a/modules/admin/locales/xh/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/xh/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
index e2268dd1cc7c75da6608ded4560d4dc7f062127f..e4c673d67f0e688fbb36dc15dc865c662b15efd5 100644
--- a/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zh-tw/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zh/LC_MESSAGES/admin.po b/modules/admin/locales/zh/LC_MESSAGES/admin.po
index c86b9cf5a4b3fcc64323b90a86c2c9ec034710b2..8fdc4fe4bf63a15b0529a7dc8ed58dc2905a9f6c 100644
--- a/modules/admin/locales/zh/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zh/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""
diff --git a/modules/admin/locales/zu/LC_MESSAGES/admin.po b/modules/admin/locales/zu/LC_MESSAGES/admin.po
index 150fa4c817a1ffcf5e0a20dadb041d6d5fbc7dea..007eb6e8998482a90d17be40ac96fdaa9db7738d 100644
--- a/modules/admin/locales/zu/LC_MESSAGES/admin.po
+++ b/modules/admin/locales/zu/LC_MESSAGES/admin.po
@@ -280,12 +280,6 @@ msgid ""
 "SimpleSAMLphp</a>."
 msgstr ""
 
-msgid ""
-"The length of query parameters is limited by the PHP Suhosin extension. "
-"Please increase the <code>suhosin.get.max_value_length</code> option in your "
-"php.ini to at least 2048 bytes."
-msgstr ""
-
 msgid ""
 "The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates."
 msgstr ""