It is an obstruction as the user needs to delete it before he can type in his own. I would like to know how to reset it.
It is an obstruction as the user needs to delete it before he can type in his own. I would like to know how to reset it.
<input type="password" blah blah blah.....
And any password type field is going to have masking in it. Now that being said what you are seeing is a pre value of the masking because usually on normal pw fields the masking does not show up until after you type(as you type). So that is what i was saying before is that its probably some javascript doing that pre load value. And so it would be a custom code mod to change that.
Actually it is designed that way to be more secure.
See screenshot 1.
When you start typing, the placeholder disappears.
See screenshot 2.
In your case, I believe this is auto fill of the browser.
<input id="input_yj4ziqeh" class="invitation" type="password" value="password" name="password">
<input id="input_yn2lywug" type="password" value="password" placeholder="password" name="password">
@Aditya skaoxine posted the location it in his reply above
ow_system_plugins > base > bol > user_service.php