Update authenticate.php
Fix 'Undefined index: wrongpw' error
This commit is contained in:
parent
83898e87be
commit
6c868a9b5c
|
@ -1,6 +1,6 @@
|
|||
<form action="<?php p($_['URL']); ?>" method="post">
|
||||
<fieldset>
|
||||
<?php if ($_['wrongpw']): ?>
|
||||
<?php if (isset($_['wrongpw'])): ?>
|
||||
<div class="warning"><?php p($l->t('The password is wrong. Try again.')); ?></div>
|
||||
<?php endif; ?>
|
||||
<p class="infield">
|
||||
|
|
Loading…
Reference in New Issue