The idea is that they know what email address to check, because they can have multiple addresses in our system. However, for security reasons, we don't want to provide the full email address. Just enough that they know which one. For example: mel*********@gm*******
I'm able to do this via javascript in the text configuration, using the %1% token to retrieve the email. However, a determined abuser could grab the value of the email string before javascript modifies it.
Is there a way to get the email address of the user on the server side, and mask it before it's rendered on the screen?
Thanks.
We're using a 3rd party tool that uses PWM. So, I'm not even sure they use the lastest version. Probably not. But, I appreciate the response. I will look into it.