Forgot password email sends invalid link

Technical Support

Suggested Topics


  • 0 Votes
    3 Posts
    329 Views

    I am running Nodebb v.1.12.2.

  • 0 Votes
    4 Posts
    2k Views

    This is not possible yet we will add it in the next release. https://github.com/NodeBB/NodeBB/issues/5888

  • Multiple Digest Emails

    Technical Support
    0 Votes
    6 Posts
    2k Views

    @baris Okay: I'll focus on the possibility of multiple nodebb processes.

    @PitaJ: Gotcha. I'm glad I put exactly what I typed so that you could point out my error. I revisited the documentation and it looks like I'm not starting the app the way it's currently recommended (via nodebb start), so, without having insight into why running node app.js might be a problem, I'm giving that a shot.

    With that, the nodebb related output seems to be the same when grepping either 'node' or 'nodebb'... it shows processes for loader.js and app.js in the nodebb directory.

    Anyway--I'll see what happens with today's digest. Regardless, I appreciate everyone's help very much.

  • {username} in emails

    Technical Support
    0 Votes
    4 Posts
    1k Views

    Hi @julian

    I've sent some actual emails and the {username} works there but not on the test emails, so I guess problem "sorted". Thanks for the info! 🙂

  • 0 Votes
    1 Posts
    682 Views

    I have attempted to install the emailer-mailgun plugin and end up with an error. When I install from the ACP an ENOENT, open error is displayed, momentarily, referencing a path in the plugin that does not exist. The path error is:

    Error ENOENT, open '/path to my installation/node_modules/nodebb-plugin-emailer-mailgun/node_modules/mailgun-js/node_modules/form-data/node_modules/mime/package.json'

    The form-data directory is not there.

    I am running Nodebb v0.9.3 and the emailer-mailgun plugin is reporting itself as version 1.0.0.

    Has anyone else run into this problem and is there a work around to resolve the problem?

    Thank you.

    Edit: This is a low priority issue. I installed the nodebb-plugin-emailer-local-bobo plugin and was able to configure it to use Mailgun just fine. I am using the SMTP settings as opposed to the API call but that is fine for my usage.