PDA

View Full Version : Unable to login with localised login.php


Kallisti
26-03-05, 09:17 PM
Hi!

The code
<input type="submit" name="login" value="<?php echo $AppUI->_('login');?>" class="button" />
in login.php gives
You have chosen to log in using an unsupported or disabled login method 'Logga in'
where 'Logga in' is the localised string in Swedish. When I removed the AppUI from <?php echo $AppUI->_('login');?> it works again.

reported in Mantis as bug 0000679

/Kallisti

ajdonnison
27-03-05, 07:03 PM
Thanks - will follow up on the bug report.