G
|
gdmacdo 2/21/2013 |
In the Editor page, there is a "Remind password page" page (look at the very top of the list). You could delete the row with the username. |
![]() |
Sergey Kornilov admin 2/21/2013 |
As Greg mentions, you can remove those controls in Visual Editor.
<INPUT name=username type=hidden>
$('input[name="searchby"]').val('email');
|
D
|
dannche author 2/21/2013 |
As Greg mentions, you can remove those controls in Visual Editor. There are two more things you need to do though:
<INPUT name=username type=hidden>
$('input[name="searchby"]').val('email');
|
![]() |
Sergey Kornilov admin 2/21/2013 |
That were a mistype on my part, 'Remind Password' page it is. |