Hi, I’m experiencing the same issue (I think).
-I’m using the most recent version of TML (6.4.4.).
-I’m using the default resetpass-form.php template file (did not change anything or copy it to my theme folder).
On the /resetpass page, in Chrome, this is what happens:
-I only see the ‘new password’ field, pre-filled with a strong password (in dots), with a field next to it displaying the password in readable characters.
-By default, the ‘confirm password’ field is hidden. The p tag with class “user-pass2-wrap” gets style=”display: none;”, can’t find out why.
-When I force the confirm password field to show (by removing the “display: none” via the inspector, or remove the class via html etc.), it doesn’t work:
-As soon as I start typing in the confirm password field, no characters appear in the field. Also, the value of the new password field changes to 1 character/dot (which is every last character that I type, as I can see displayed in the field next to it).
Any idea what might be going on?
By the way: the password reset does work, without the confirmation field showing! I just would like to show the field for usability reasons.