I've just rebuilt the full script and php of a user profile.
When the page loads, surname, forename, email etc. must be initialized.
Currently I have functions initializing all fields EXCEPT the password.
And for some reason, it is still initialized.
The markup for the password element looks like this:
<input id= "password" type = "password" class = "form-control changeable">
<span id = "changeType" class = "input-group-addon">
<i class = "glyphicon glyphicon-random"></i>
</span>
</input>
There really is no single function in the whole script/front-end addressing this element.
As far as I know there also aren't any processes not located on this site which could interfere.
So I'd like to ask: Is it possible that there is some browserroutine doing this?