Plugin to mask email address
-
My users just won't stop posting their email address publicly to the forums so to help protect them, I'd like to mask any email address in a post, unless you're logged in (and not banned).
Is there anything already out there like that?
-
You might be able to use nodebb-plugin-embed to match for regex patterns and replace them with
(hidden email)
-
@PitaJ said in Plugin to mask email address:
You might be able to use nodebb-plugin-embed to match for regex patterns and replace them with
(hidden email)
This one? https://github.com/NicolasSiver/nodebb-plugin-ns-embed
-
@djensen47 yeah that's the one I was talking about
-
Thanks! Might be a good stop gap. I just need a way to turn off the masking for logged in users.
Copyright © 2024 NodeBB | Contributors