The HTML input used for the password is of the type "text", it should be changed to "password" because it's good practice and common sense hiding peoples passwords from public view.
Change it on line 305 in wp_mail_smtp.php
The HTML input used for the password is of the type "text", it should be changed to "password" because it's good practice and common sense hiding peoples passwords from public view.
Change it on line 305 in wp_mail_smtp.php