How to make SMTP Authentication hide password
-
I was really annoyed that passwords are visible in the backend, so here is a guide on how to hack it, and change that.
This is literally 3 words added to the code, and its disappointing that the dev has not already implemented this in an update.
In the plugin editor for WordPress, edit the only PHP file for WP Mail SMTP plugin.
Search for this: input name=”smtp_pass” and you will find one match. after the last quotation mark, add a space an insert this: input type=”password”
That same line of code should now look something like this: input name=”smtp_pass” input type=”password”
Save the file and your changes have been made.
- The topic ‘How to make SMTP Authentication hide password’ is closed to new replies.