Site icon Hip-Hop Website Design and Development

Name of comment field differs on different sites

I have a question regarding the „name“ of the comment field of wordpress blogs.
I have 2 sites, that are just available locally on my LAN.

On the first site, if I inspect the comment field in firefox, I see:

<textarea id="comment" name="comment" cols="45" rows="8" maxlength="65525" required="required"></textarea>

On the second site I see:

<textarea autocomplete="new-password" id="comment" name="i817ab2c85" cols="45" rows="8" maxlength="65525" required="required" spellcheck="false"></textarea>

Can anybody tell me, why the name of the comment field differs on the second site? Both sites have the same plugins installed and I didn’t find an option to adjust the name or give it a random number. So I don’t undrestand, why the comments on the second site are internally handled in such a strange way.

It would be nice, if I could adjust the name, to have unique identifiers for the comment field of each site – that’s why I’m basically asking.

Greetings

Matse