Skip to content
  • 3 Votes
    5 Posts
    4k Views
    blueshuB

    @pichalite I am still confused that. it need update after install. But our node_module files always in ignore... so I don't thinks it's a good way to put plugs into node_module....

  • JSConnect SSO

    NodeBB Plugins
    13
    0 Votes
    13 Posts
    6k Views
    manuelM

    i also added this code to load default preferences (inside the "success" function when creating a new user)

    User.setSetting(uid, 'dailyDigestFreq', 'week', null); User.setSetting(uid, 'notificationSounds', 1, null); User.setSetting(uid, 'followTopicsOnCreate', 1, null); User.setSetting(uid, 'followTopicsOnReply', 1, null); User.setSetting(uid, 'sendChatNotifications', 1, null);
  • 0 Votes
    1 Posts
    2k Views
    O

    I run NodeBB on a CentOS server, which is a Hyper-V virtual machine. And I pass requests via a IIS server with ARR. I'm sure it works fine with websocket.

    It works OK when I have few members. But, when I put it online, I get something strange: members on my site sometimes logged in as others.

    Let me describe it more clearly : my username is oott123 as you can see, but after I visit some pages, or logged in after some while, I can see someone else 's avatar displayed on the top right corner. If I post a topic , the author will be he, not me. All of my operations seems operated by others.

    My code is here: https://gist.github.com/oott123/66a507a2cadbb26415aa

    I want to get the CIVITAS-Authentication cookie which has been setted by other applications without error; then send it to my API server to get email identified by CIVITAS-Authentication; then logged the user in.

    I think the problem is caused by the code around line 86 or 143. I even thinked about it's caused by async or node.js event loop, orz.

    There's some Chinese character in the comments, but you can ignore it.

    Thanks a lot for help me , and sorry for my poor English again.

    --

    @a_5mith So do you still remember me at Topic 2593 ? I just really love NodeBB, so I hope there's some way to help me troubleshot it . ๐Ÿ™‚

  • 3 Votes
    2 Posts
    2k Views
    julianJ

    Yay, another entry into the contest ๐Ÿ˜„

  • 1 Votes
    4 Posts
    3k Views
    phenomlabP

    @mootzville Hi. Is it possible to update this plugin to work with 1.17 ?

  • NodeBB OAuth SSO

    General Discussion
    15
    0 Votes
    15 Posts
    10k Views
    kbladeK

    @macbroadcast I am also getting the same error. Did you get a fix for that?

  • 0 Votes
    3 Posts
    2k Views
    barisB

    Link Preview Image Redirect after oauth login ยท Issue #1885 ยท NodeBB/NodeBB

    Is there a way to implement redirect to previous page after oauth login, like at original login page /login?next=admin I mean something like this /auth/oauth?next=admin

    favicon

    GitHub (github.com)

  • SSO-Twitter

    NodeBB Plugins
    12
    0 Votes
    12 Posts
    5k Views
    NicolabN

    OAuth without user email ...
    I had noticed after having developped a module Twitter OAuth, Grrr

    Apparently I'm not alone lol

    https://twittercommunity.com/t/twitter-oauth-after-connect-get-primary-email-address/1563 https://twittercommunity.com/t/how-to-get-email-from-twitter-user-using-oauthtokens/558
  • 0 Votes
    23 Posts
    21k Views
    Mohit AgrawalM

    Try https://github.com/beingmohit/NodeBB-Wordpress-Auth

  • 0 Votes
    2 Posts
    2k Views
    barisB

    You can change login.tpl to http://pastebin.com/GpRje1Ug that should put the social logins to the left.