Hello,
I can’t quite figure out why or how this text box is appearing. As a workaround I added the following to my restpass-form.php template. I think it has something to do with the version of WordPress.
<style>
#pass1-text {display: none;}
</style>
This seems to consistently hide the field at least. Hope this helps!