No placeholder when using only login name to login... #6096
Replies: 1 comment
|
@Alex-e107nl Delete a line rather than add one. The culprit is The same line sits in the login menu at That deletion is what is in the two pull requests, #6120 for master and #6122 for One consequence of the deletion, which is the reason it is worth mentioning at all. At setting 0 the placeholder is empty today, so no translated string reaches it; deleting that line is what starts writing Thanks for finding the constructor yourself and pasting it with the screenshot. That is most of the diagnosis done before I started. |

Uh oh!
There was an error while loading. Please reload this page.
@e107help In e107_plugins/signin/signin_shortcodes.php you find this code:
But when i change it to:
Without this it shows no 'username' in the input field, i get this after the edit:

All reactions