How to set smtp on v1.7.1?

Plugin Requests

Suggested Topics


  • 0 Votes
    7 Posts
    142 Views

    @baris said in Upgrade - nodebb-widget-rss:

    I'm not sure if you need to restart after saving in the acp page.

    Well, you have to 😄 Working now, thanks

  • User blogs

    Plugin Requests
    0 Votes
    3 Posts
    83 Views

    @phenomlab hey, that's pretty cool, I didn't know it supported blog usage like forums of old 🙂

  • 0 Votes
    8 Posts
    347 Views

    If you can, yes... that would work if you had the session uuid, which you might not.

    Essentially, when you use SSO to log in a user via a third-party authenticator, NodeBB is maintaining that session, not the other site. That's why it's not assumed behaviour that if you log out of the other site, that you also log out of NodeBB.

    If the user wants to log out of the forum, they'd have to log out themselves via the NodeBB logout button.

    That said, in the end the logout is literally just a POST request... so in your site, you could code in a XHR that calls POST https://your.nodebb.site/logout and that would log out the user 😄

  • 0 Votes
    1 Posts
    433 Views

    Hello! I was wondering if anyone has a working version of Steam Authentication for NodeBB 1.12.0, I'd like to make that my only form of signup since my forum is for Source games only, the current versions listed (I've tried 3 different ones on the plugins list) and none of them work.

    Thank you!

  • 0 Votes
    2 Posts
    234 Views

    Hit me up if you are still looking for this.