Requesting features

Feature Requests

Suggested Topics


  • 0 Votes
    1 Posts
    154 Views

    Hey,

    Not sure if that's the right category, but here goes.

    I want to implement a plugin which makes it so the email addresses of registered users are stored hashed for privacy reasons.

    I think I can use action:user.email.confirmed to overwrite the email with its hashed version.
    I want to still support password reset and to that end I want to use the hashed provided email to get the uid of the user.

    Would it be possible to add a hook for filtering the email provided to getUidByEmail here?

    Additionally, in order to use the non-hashed email as the address, it would also require passing the user provided email in params here.

    Wdyt?

    See here for more details.

    Thanks!

  • 0 Votes
    3 Posts
    1k Views

    I guess I better dig out the DeLorean....

  • 0 Votes
    2 Posts
    861 Views

    Or in alternative, is there an extract - excerpt option in NODEBB? @julian @baris

  • 1 Votes
    6 Posts
    2k Views

    @psychobunny

    I'm thinking that since WP comments are just plain text with a few URLs and bold and italicized text here and there, that it shouldn't be that much of an issue.

  • 1 Votes
    2 Posts
    1k Views

    That's neat! It could definitely be done in the form of an extensible plugin.

    We made the decision early on to not include hashtags into the core functionality, as we felt that we wanted to focus more on the original forum experience.

    But this is perfect as an add-on.