sudar / email-log

Email Log is a WordPress Plugin that allows you to log all emails that are sent through WordPress.
23 stars 8 forks source link

Need to mask admin hash value #334

Open rajanvijayan opened 2 years ago

rajanvijayan commented 2 years ago

Hi @sudar

I tried to update the admin email address, WordPress send a confirmation email with the admin hash value for security purposes.

But the email log page shows the hash value, Does it make sense?

If we can mask the hash value it would be more secure.

Screenshot

Thanks.

sudar commented 2 years ago

@rajanvijayan

What you are saying makes sense. There is no need to store the value unmasked.

I will add this to the enhancement queue.

rajanvijayan commented 2 years ago

Let me try to explain @sudar

WordPress does not support junk email addresses. But we can use a junk email address using the email log plugin. If we can mask the hash value. it would be solved,

Screen Record