So I use MemberPress and I am currently trying to implement 2FA using the Two-Factor Plugin. I’ve read in multiple sources that these work really well together. However I am trying to now customize it a bit to better match my websites aesthetic. I have 2 questions:- In the screenshot below, how can I change the Logo/Image to one I want?- Also the email the user receives is sent by wordpress@domain, which I would like to change. How can I change that?
Bonus question: As you can see from the screenshot, I already managed to change the text on the 2FA screen, and also in the email (just by editing the plugin files). Is there a better way to do this, since I dont want to change it every time I update the plugin…
Thanks in advance!
​
[ad_2]
For the logo:
Never edit plugin files. Every 2FA plugin I’ve ever used allows you to set the From address. If not, use an smtp plugin like “Post SMTP” which allows you to set the From address for wp_mail… but this will most likely be a global change.