First password than CAPTCHA is now being asked, training form extended
[shipsimu.git] / application / ship-simu / templates / de / code / action_ship_simu_login_goverment_startup_help.ctp
index 2d3e27c1b86bb2e9e5743d46798999b0c0a8e076..1b6443e057ce149e0296ad57f0470819b2236c8d 100644 (file)
@@ -20,17 +20,17 @@ $helperInstance->addFormNote('birthday', "Geburtstag: <span class=\"persona_data
 // Add link placeholder for profile page
 $helperInstance->addFormNote('profile', "Stimmen die Daten noch? {?shipsimu_profile_link?}");
 
+// Ask again for current account password
+$helperInstance->addFormGroup('password', "Bitte gebe zur Best&auml;tigung dein derzeitiges Passwort ein.");
+$helperInstance->addFieldText('password', "Derzeitiges Passwort:");
+$helperInstance->addInputPasswordField('password');
+
 // CAPTCHA enabled?
 if ($helperInstance->ifFormSecuredWithCaptcha()) {
        $helperInstance->addFormGroup('captcha_user', "Die virtuelle Beantragung von Starthilfe ist durch ein CAPTCHA gesch&uuml;tzt. Bitte wiederhole den angezeigten Code, damit du die Starthilfe beantragen kannst.");
        $helperInstance->addCaptcha();
 } // END - if
 
-// Ask again for current account password
-$helperInstance->addFormGroup('password', "Bitte gebe zur Best&auml;tigung dein derzeitiges Passwort ein.");
-$helperInstance->addFieldText('password', "Derzeitiges Passwort:");
-$helperInstance->addInputPasswordField('password');
-
 // Final notices
 $helperInstance->addFormGroup('buttons', "Sind alle Daten nun korrekt eingegeben? Dann sende sie mit einem Klick einfach ab!");
 $helperInstance->addInputResetButton("Alles nochmal eingeben");