]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/login_form.ctp
Guest login basicly supported (not finished yet!)
[shipsimu.git] / application / ship-simu / templates / de / code / login_form.ctp
index afd2941d8369f75695dfcd7b0ebd938f91f15601..d890f183126d92e176cdb6fda7ca381a1d00f35c 100644 (file)
@@ -48,7 +48,7 @@ if ($helper->ifGuestLoginAllowed()) {
        // Neue Helper-Instanz holen
        $helper = WebFormHelper::createWebFormHelper($this, "shipsimu_guest_login");
        $helper->addInputHiddenField("username", $this->getConfigInstance()->readConfig('guest_login_username'));
-       $helper->addInputHiddenField("password", $this->getConfigInstance()->readConfig('guest_login_password'));
+       $helper->addInputHiddenField("pass", $this->getConfigInstance()->readConfig('guest_login_password'));
        $helper->addFormGroup("buttons", "Gastlogins sind in der Funkionsweise eingeschränkt. Mehr dazu unter "Gastlogin".");
        $helper->addInputSubmitButton("Als Gast einloggen");
        $helper->addFormTag();