Hallo, ist ein Bug im Login Modul.
Wird beim nächsten Template Update behoben, also bei der version 1.3.9
Wenn jemand nicht warten will, dann ist hier die Lösung
github.com/templaza/astroid-framework/issues/171
[hr]
Einfach aus der Datei >
html/mod_login/default.php folgenden Code löschen ( Zeile 52 bis 67)
Code:
<?php if (count($twofactormethods) > 1) : ?>
<div id="form-login-secretkey" class="form-group">
<?php if (!$params->get('usetext', 0)) : ?>
<label for="modlgn-secretkey">
<?php echo Text::_('JGLOBAL_SECRETKEY'); ?>
<i class="fas fa-info-circle hasTooltip" title="<?php echo Text::_('JGLOBAL_SECRETKEY_HELP'); ?>"></i>
</label>
<div class="input-group">
<input id="modlgn-secretkey" autocomplete="off" type="text" name="secretkey" class="form-control" tabindex="0" size="18" />
</div>
<?php else : ?>
<label for="modlgn-secretkey"><?php echo Text::_('JGLOBAL_SECRETKEY'); ?></label>
<input id="modlgn-secretkey" autocomplete="off" type="text" name="secretkey" class="form-control" tabindex="0" size="18" />
<?php endif; ?>
</div>
<?php endif; ?>
[hr]
Bitte Anmelden oder Registrieren um der Konversation beizutreten.