Add message if BC Math not present

Chris Pollett [2014-06-15 22:Jun:th]
Add message if BC Math not present
Filename
controllers/components/system_component.php
lib/utility.php
locale/ar/configure.ini
locale/bn/configure.ini
locale/de/configure.ini
locale/en-US/configure.ini
locale/es/configure.ini
locale/fa/configure.ini
locale/fr-FR/configure.ini
locale/he/configure.ini
locale/hi/configure.ini
locale/in-ID/configure.ini
locale/it/configure.ini
locale/ja/configure.ini
locale/kn/configure.ini
locale/ko/configure.ini
locale/pl/configure.ini
locale/pt/configure.ini
locale/ru/configure.ini
locale/te/configure.ini
locale/th/configure.ini
locale/tr/configure.ini
locale/vi-VN/configure.ini
locale/zh-CN/configure.ini
views/elements/security_element.php
diff --git a/controllers/components/system_component.php b/controllers/components/system_component.php
index ebb91b2c2..a7f345316 100755
--- a/controllers/components/system_component.php
+++ b/controllers/components/system_component.php
@@ -660,12 +660,20 @@ EOD;
            IMAGE_CAPTCHA =>
                tl('captchasettings_element_image_captcha'),
             );
-        $data['AUTHENTICATION_MODES'] = array (
-                NORMAL_AUTHENTICATION =>
-                   tl('serversettings_element_normal_authentication'),
-                ZKP_AUTHENTICATION =>
-                   tl('serversettings_element_zkp_authentication'),
-            );
+        if(FIAT_SHAMIR_MODULUS != "") {
+            $data['AUTHENTICATION_MODES'] = array (
+                    NORMAL_AUTHENTICATION =>
+                       tl('serversettings_element_normal_authentication'),
+                    ZKP_AUTHENTICATION =>
+                       tl('serversettings_element_zkp_authentication'),
+                );
+        } else {
+            $data['AUTHENTICATION_MODES'] = array (
+                    NORMAL_AUTHENTICATION =>
+                       tl('serversettings_element_normal_authentication'),
+                );
+            $data['ZKP_UNAVAILABLE'] = true;
+        }
         if(isset($_REQUEST['arg']) &&
             in_array($_REQUEST['arg'], $possible_arguments)) {
             switch($_REQUEST['arg'])
diff --git a/lib/utility.php b/lib/utility.php
index 6967d33cc..f4a892ca8 100755
--- a/lib/utility.php
+++ b/lib/utility.php
@@ -1991,12 +1991,14 @@ function extractLCSFromTable($lcs_moves, $lines, $i, $j, $offset, &$lcs)
         $res = openssl_pkey_new($config);
         $pub_key = openssl_pkey_get_details($res);
         $tmp = bchexdec(bin2hex($pub_key["rsa"]["n"]));
-    } else {
+    } else if(function_exists("bcmod")) {
         $num_bits = 256;
         $num_digits = ceil($num_bits * log10(2));
         $p = randProbablyPrime($num_digits);
         $q = randProbablyPrime($num_digits);
         $tmp = bcmul($p, $q);
+    } else {
+        $tmp = "";
     }
     return $tmp;
 }
diff --git a/locale/ar/configure.ini b/locale/ar/configure.ini
index 25fedca77..25bcda044 100755
--- a/locale/ar/configure.ini
+++ b/locale/ar/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "يجب استخدام مسار مطلق لدليل العمل"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "تعيين دليل العمل! قد تحتاج إلى إعادة تسجيل الدخول! "
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "الرجاء تسمية الروبوت الخاص بك"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "يعمل الدليل والشخصية التي تم إنشاؤها!"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "تعذر التحديث config.php الملف!"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "غير قادر على إنشاء الشخصية!"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "دليل العمل هو صالح! لا يمكن إنشاء الشخصية! "
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "دليل العمل هو صالح! لا يمكن إنشاء الشخصية! "
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "تحديث الشخصية!"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "كان هناك ملفتعريف تحديث المشكلة!"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "يرجى وصف الروبوت الخاص بك"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "بي إتش بي الإصدار 5.3 أو أحدث"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "configs/config.php ليس ملقم ويب للكتابة."
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "دليل العمل يجب أن يكون قابل للكتابة من قبل ملقم ويب."
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "pnp.ini ملف post_max_size متغيرينبغي أن يكون مالا يقل عن 32 م"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "مطلوب ما يلي العناصر في عداد المفقودين:  %s"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "كانت العناصر الاختيارية التالية مفقودة:  %s"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "تمرير الاختيار."
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "استخدام configs/local_config.php حتى تغيير دليل العمل أعلاه قد لا تعمل."
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/bn/configure.ini b/locale/bn/configure.ini
index db5c623ee..dc92d9a11 100755
--- a/locale/bn/configure.ini
+++ b/locale/bn/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/de/configure.ini b/locale/de/configure.ini
index 417697de6..c660cb141 100755
--- a/locale/de/configure.ini
+++ b/locale/de/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/en-US/configure.ini b/locale/en-US/configure.ini
index f6288fe62..7c9cf4bf9 100755
--- a/locale/en-US/configure.ini
+++ b/locale/en-US/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = "Hash Captcha"
 ; system_component.php line: 660
 captchasettings_element_image_captcha = "Image Captcha"
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = "Normal Authentication"
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = "ZKP Authentication"
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = "Normal Authentication"
+;
+; system_component.php line: 697
 system_component_settings_updated = "Settings Updated!"
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = "No Settings Were Changed!"
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "Must use an Absolute path for Work Directory"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = "Work Directory cannot be contained in Yioop folder!"
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "Work Directory Set! You may need to re-login!"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "Please Name Your robot"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "Working Directory and Profile Created!"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "Unable to Update config.php File!"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "Unable to Create Profile!"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "Work Directory is Invalid! Cannot Create Profile!"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "Work Directory is Invalid! Cannot Create Profile!"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "Profile Updated!"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "There was a Problem Updating Profile!"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "Please Describe Your Robot"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "PHP Version 5.3 or Newer"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "configs/config.php not web server writable."
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "Work directory needs to be writable by web server. "
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "php.ini file variable post_max_size should be at least 2M"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "The following required items were missing: %s"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "The following optional items were missing: %s"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "Check Passed."
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "Using configs/local_config.php so changing work directory above may not work."
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = "Authentication and Captcha Types"
 ; security_element.php line: 68
 security_element_authentication_type = "Authentication Type"
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = "BC Math nZero Knowledge Authentication Needs OpenSSL or BC Math!"
+;
+; security_element.php line: 87
 security_element_captcha_type = "Captcha Type"
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = "Save"
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = "Captcha and Recovery Questions"
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = "Edit Account Recovery Questions"
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = "Edit Text Captcha Questions"
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = "Edit Account Recovery Questions"
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = "Edit Text Captcha Questions"
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/es/configure.ini b/locale/es/configure.ini
index 5f25f7839..29a896d86 100755
--- a/locale/es/configure.ini
+++ b/locale/es/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "Debe utilizar una ruta absoluta para el directorio de trabajo"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "El trabajo conjunto de Directorio! Puede que tenga que volver a entrar!"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "Por favor, Nombre tu Robot"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "Directorio de Trabajo y Perfil creados!"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "No se puede actualizar el archivo config.php!"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "No se puede crear el perfil!"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "Directorio de trabajo es inválido! No se puede crear el perfil!"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "Directorio de trabajo es inválido! No se puede crear el perfil!"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "Perfil actualizado!"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "Hubo un problema al actualizar el perfil!"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "Por favor describa su robot"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "PHP Version 5.3 o la Más Reciente"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "configs/config.php el servidor web no es escribible."
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "Directorio de trabajo tiene que ser escribible por el servidor web"
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "La variable post_max_size del archivo php.ini deber�a ser de al menos 32M"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "Los siguientes elementos necesarios (requeridos), no estaban: %s"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "Los siguientes elementos opcionales, no estaban: %s"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "Entrada Aprobada"
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/fa/configure.ini b/locale/fa/configure.ini
index c00e2e853..154841c24 100755
--- a/locale/fa/configure.ini
+++ b/locale/fa/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "باید از مسیر مطلق برای پوشهٔ کار استفاده کرد"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = "پوشهٔ کار نمی‌تواند در پوشهٔ Yioop باشد."
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "پوشهٔ کار تنظیم شد! احتمالن لازم است دوباره وارد شوید.!"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "لطفن برای رباتتان نامی بگذارید"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "پوشهٔ کار و پروفایل ساخته شدند!"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "نمی‌توان فایل config.php را به روز کرد!"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "نمی‌توان پروفایل را ساخت!"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "پوشهٔ کار معتبر نیست! نمی‌توان پروفایل را ساخت!"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "پوشهٔ کار معتبر نیست! نمی‌توان پروفایل را ساخت!"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "پروفایل به روز شد!"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "در به روز رسانی پروفایل مشکلی پیش آمده است!"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "لطفن رباتتان را توصیف کنید"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "PHP نسخهٔ ۳.۵ یا جدیدتر"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "وب سرور نمی‌تواند در configs/config.php بنویسد."
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "وب سرور باید بتواند در پوشهٔ کار بنویسد."
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "متغیر post_max_size در php.ini باید حداقل ۲ مگابایت باشد. "
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "موارد لازم زیر خالی هستند: %s"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "موارد اختیاری زیر خالی هستند: %s"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "در بررسی مشکلی پیدا نشد."
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "از configs/local_config.php استفاده می‌شود، بنابراین ممکن است تغییر بالا عمل نکند."
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/fr-FR/configure.ini b/locale/fr-FR/configure.ini
index a218a95c1..d2edf661c 100755
--- a/locale/fr-FR/configure.ini
+++ b/locale/fr-FR/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/he/configure.ini b/locale/he/configure.ini
index affc39e32..1b46f3ef7 100755
--- a/locale/he/configure.ini
+++ b/locale/he/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "פרופייל עודכן"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "בעיה עם עדכון הפרופייל"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/hi/configure.ini b/locale/hi/configure.ini
index 860d55ab1..41f749540 100755
--- a/locale/hi/configure.ini
+++ b/locale/hi/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/in-ID/configure.ini b/locale/in-ID/configure.ini
index fa64685df..18d450895 100755
--- a/locale/in-ID/configure.ini
+++ b/locale/in-ID/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/it/configure.ini b/locale/it/configure.ini
index a2ce3b14f..6d92de5e3 100755
--- a/locale/it/configure.ini
+++ b/locale/it/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "Devi usare un percorso assoluto per la Cartella di Lavoro"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "Cartella di Lavoro creata! Potrebbe essere necessario ri-accedere!"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "Dai un nome al tuo Robot"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "Cartella di Lavoro e Profilo creati!"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "Impossibile aggiornare il file config.php!"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "Impossibile creare Profilo!"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "Cartella di Lavoro non valida! Impossibile creare Profilo!"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "Cartella di Lavoro non valida! Impossibile creare Profilo!"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "Profilo aggiornato!"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "C'è stato un problema nell'aggiornamento Profilo!"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "Descrivi il tuo Robot"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "PHP Versione 5.3 o maggiore"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "File configs/config.php non scrivibile dal web server."
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "La Cartella di Lavoro deve essere scrivibile dal web server. "
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "La variabile post_max_size nel file php.ini dovrebbe essere minimo 32M"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "I seguenti oggetti richiesti sono mancanti: %s"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "I seguenti oggetti opzionali sono mancanti: %s"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "Controllo passato."
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "Usando configs/local_config.php la Cartella di Lavoro sopra potrebbe non funzionare."
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/ja/configure.ini b/locale/ja/configure.ini
index a6c134e3b..0a278c772 100755
--- a/locale/ja/configure.ini
+++ b/locale/ja/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "作業ディレクトリの設定しました。もう一度ログインしてください。"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "ボット名を入力してください。"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "作業ディレクトリとプロフィールの作成しました。"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "config.phpファイルのできない。更新"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "プロフィールを作成できない。"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "無効な作業ディレクト。プロフィールを作成できない。"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "無効な作業ディレクト。プロフィールを作成できない。"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "プロフィールの変更できました。"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "プロフィールの変更できない。"
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "ロボットの説明してください。"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/kn/configure.ini b/locale/kn/configure.ini
index 9f35e0350..d35541158 100755
--- a/locale/kn/configure.ini
+++ b/locale/kn/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "ಕಾರ್ಯ ನಿರ್ದೇಶಿಕೆಯನ್ನು ನಿಗದಿಪಡಿಸಲಾಗಿದೆ!  ನೀವು ಮರು ಪ್ರವೇಶಿಸಬೇಕಾಗಬಹುದು"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "configs/config.php ವೆಬ್ ಸರ್ವರ್ ನಿಂದ ಬರೆಯಲು ಸಶಕ್ತವಲ್ಲ"
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "ಕಾರ್ಯ ನಿರ್ದೇಶಿಕೆ ವೆಬ್ ಸರ್ವರ್ ನಿಂದ ಬರೆಯಲು ಸಶಕ್ತವಾಗಿರಬೇಕು"
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "php.ini ಕಡಿತದ ಚರಾಂಶ post_max_size ಕನಿಷ್ಠ ಪಕ್ಷ ೧೬ ಎಂ.ಬಿ. ಇರಬೇಕು"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "ಬರುವ ಅವಶ್ಯಕವಸ್ತುಗಳು ತಪ್ಪಿಹೋಗಿದ್ದಾವೆ:"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "ಬರುವ ಕಡ್ಡಾಯವಲ್ಲದ ವಸ್ತುಗಳು ತಪ್ಪಿಹೋಗಿದ್ದಾವೆ:"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "ಪರಿಶೀಲನೆ ತೇರ್ಗಡೆಯಾಗಿದೆ"
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "configs/local_config.php ಉಪಯೋಗದಲ್ಲಿದೆ, ಅದರಿಂದ ಮೇಲಿನ ಕಾರ್ಯ ನಿರ್ದೇಶಿಕೆಯನ್ನು ಬದಲಾವಣೆ ನಿಷ್ಕ್ರಿಯವಾಗಬಹುದು "
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/ko/configure.ini b/locale/ko/configure.ini
index 40bd209a7..f36d85eca 100755
--- a/locale/ko/configure.ini
+++ b/locale/ko/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "작업 디렉토리가 지정 됐습니다. 다시 로그인이 필요할수 있습니다."
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "로봇 이름을 정해 주십시요."
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "작업 디렉토리와 프로필이 생성됐습니다."
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "config.php 파일을  업데이트 실패했습니다."
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "프로필을 생성할수 없습니다."
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "작업 디렉토리가 올바르지 않습니다. 프로필을 생성할수 없습니다."
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "작업 디렉토리가 올바르지 않습니다. 프로필을 생성할수 없습니다."
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "프로필을 업데이트 했습니다."
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "프로필을 업데이트하는데 문제가 발생했습니다."
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "당신의 로봇을 기술해 주십시요."
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/pl/configure.ini b/locale/pl/configure.ini
index d56c9f1be..980465bfd 100755
--- a/locale/pl/configure.ini
+++ b/locale/pl/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/pt/configure.ini b/locale/pt/configure.ini
index 2c695a938..bccd67ead 100755
--- a/locale/pt/configure.ini
+++ b/locale/pt/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/ru/configure.ini b/locale/ru/configure.ini
index b8eb1872e..32f620f01 100755
--- a/locale/ru/configure.ini
+++ b/locale/ru/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/te/configure.ini b/locale/te/configure.ini
index 871af7b34..4181cd196 100755
--- a/locale/te/configure.ini
+++ b/locale/te/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/th/configure.ini b/locale/th/configure.ini
index 04770d250..f105106e6 100755
--- a/locale/th/configure.ini
+++ b/locale/th/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/tr/configure.ini b/locale/tr/configure.ini
index 2041524f9..5d2b1ddec 100755
--- a/locale/tr/configure.ini
+++ b/locale/tr/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = ""
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = ""
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = ""
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = ""
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = ""
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = ""
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/vi-VN/configure.ini b/locale/vi-VN/configure.ini
index 695685b09..4a3dc6f29 100755
--- a/locale/vi-VN/configure.ini
+++ b/locale/vi-VN/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = ""
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "Công việc thiết lập thư mục bị đông cứng (Bạn có thể cần phải đăng nhập)"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "Đặt tên cho rô bô của bạn"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "Thư mục làm việc và hồ sơ được tạo ra"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "Không thể cập nhật hồ sơ config.php"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "Không thể tạo hồ sơ"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = "Công tác thư mục không hợp lệ"
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = "Công tác thư mục không hợp lệ"
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = "Hồ sơ được cập nhật"
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = "Có sự trở ngaị về việc cập nhật hồ sơ "
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = "Diễn tả rô bô của bạn"
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = ""
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = ""
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = ""
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = ""
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = ""
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = ""
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "Kiểm tra được thông qua"
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = ""
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/locale/zh-CN/configure.ini b/locale/zh-CN/configure.ini
index 3f89bb85c..66dac4d66 100755
--- a/locale/zh-CN/configure.ini
+++ b/locale/zh-CN/configure.ini
@@ -951,76 +951,79 @@ captchasettings_element_hash_captcha = ""
 ; system_component.php line: 660
 captchasettings_element_image_captcha = ""
 ;
-; system_component.php line: 664
+; system_component.php line: 665
 serversettings_element_normal_authentication = ""
 ;
-; system_component.php line: 666
+; system_component.php line: 667
 serversettings_element_zkp_authentication = ""
 ;
-; system_component.php line: 689
+; system_component.php line: 672
+serversettings_element_normal_authentication = ""
+;
+; system_component.php line: 697
 system_component_settings_updated = ""
 ;
-; system_component.php line: 693
+; system_component.php line: 701
 system_component_no_update_settings = ""
 ;
-; system_component.php line: 761
+; system_component.php line: 769
 system_component_configure_use_absolute_path = "使用絕對路徑"
 ;
-; system_component.php line: 773
+; system_component.php line: 781
 system_component_configure_configure_diff_base_dir = ""
 ;
-; system_component.php line: 805
+; system_component.php line: 813
 system_component_configure_work_dir_set = "工作目錄配置"
 ;
-; system_component.php line: 819
+; system_component.php line: 827
 system_component_name_your_bot = "取名"
 ;
-; system_component.php line: 844
+; system_component.php line: 852
 system_component_configure_work_profile_made = "工作設置已建立"
 ;
-; system_component.php line: 857
+; system_component.php line: 865
 system_component_configure_no_set_config = "無設置"
 ;
-; system_component.php line: 869
+; system_component.php line: 877
 system_component_configure_no_create_profile = "未建立簡歷"
 ;
-; system_component.php line: 880
+; system_component.php line: 888
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 892
+; system_component.php line: 900
 system_component_configure_work_dir_invalid = ""
 ;
-; system_component.php line: 920
+; system_component.php line: 928
 system_component_configure_profile_change = ""
 ;
-; system_component.php line: 935
+; system_component.php line: 943
 system_component_configure_no_change_profile = ""
 ;
-; system_component.php line: 966
+; system_component.php line: 974
 system_component_describe_robot = ""
 ;
-; system_component.php line: 1032
+; system_component.php line: 1040
 system_component_php_version = "PHP版本"
 ;
-; system_component.php line: 1040
+; system_component.php line: 1048
 system_component_no_write_config_php = "PHP未寫入"
 ;
-; system_component.php line: 1045
+; system_component.php line: 1053
 system_component_no_write_work_dir = "未寫入目錄"
 ;
-; system_component.php line: 1050
+; system_component.php line: 1058
 system_component_post_size_small = "張貼小容量"
 ;
-; system_component.php line: 1056
+; system_component.php line: 1064
 system_component_missing_required = "缺少必要項目"
 ;
-; system_component.php line: 1079
+; system_component.php line: 1087
 system_component_missing_optional = "缺少選擇項目"
 ;
-; system_component.php line: 1084
+; system_component.php line: 1092
 system_component_check_passed = "通過檢查"
 ;
-; system_component.php line: 1089
+; system_component.php line: 1097
 system_component_using_local_config = "使用當地語言"
 ;
 ; machine_controller.php line: 162
@@ -2660,25 +2663,28 @@ security_element_auth_captcha = ""
 ; security_element.php line: 68
 security_element_authentication_type = ""
 ;
-; security_element.php line: 82
+; security_element.php line: 78
+security_element_zero_unavailable = ""
+;
+; security_element.php line: 87
 security_element_captcha_type = ""
 ;
-; security_element.php line: 94
+; security_element.php line: 99
 security_element_save = ""
 ;
-; security_element.php line: 98
+; security_element.php line: 103
 security_element_captcha_recovery_questions = ""
 ;
-; security_element.php line: 104
+; security_element.php line: 109
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 108
+; security_element.php line: 113
 security_element_edit_captcha = ""
 ;
-; security_element.php line: 113
+; security_element.php line: 118
 security_element_edit_recovery = ""
 ;
-; security_element.php line: 116
+; security_element.php line: 121
 security_element_edit_captcha = ""
 ;
 ; serversettings_element.php line: 60
diff --git a/views/elements/security_element.php b/views/elements/security_element.php
index d09eee789..a011b7cec 100755
--- a/views/elements/security_element.php
+++ b/views/elements/security_element.php
@@ -73,6 +73,11 @@ class SecurityElement extends Element
                         "authentication-mode", "AUTHENTICATION_MODE",
                          $data['AUTHENTICATION_MODES'],
                          $data['AUTHENTICATION_MODE']);
+                    if(isset($data['ZKP_UNAVAILABLE']) &&
+                        $data['ZKP_UNAVAILABLE']) {
+                        e('<div class="red">'.
+                            tl('security_element_zero_unavailable')."</div>");
+                    }
                 ?>
             </fieldset>
             </div>
ViewGit