User registration only with SSO

Solved NodeBB Plugins

Suggested Topics


  • Linkedin SSO Error

    NodeBB Plugins
    0 Votes
    2 Posts
    206 Views

    Need the output from logs/output.log to see the stack trace.

  • 3 Votes
    6 Posts
    592 Views

    @pwFoo there was a bug in a code.

    Please, update plugin to the last version (0.3.6), change again the lines 60, 61 and 65 of library.js, reload, restart and test again. Sorry for the inconvenience

  • 0 Votes
    4 Posts
    1k Views

    Essentially, yes. We do not review the packages, and do a simple search for /^nodebb-(plugin|theme|widget).+ (though the exact regex is likely different).

    We rely on plugin maintainers themselves to report plugin compatibility via the nbbpm.compatibility flag in package.json. A better system is planned, but not in development at the moment.

  • 0 Votes
    1 Posts
    831 Views

    I'm a simple user and I want see the bookmark of other user. By default this is not possibile because I think that bookmark option is private
    0_1484750401959_bookmark.png

    Is there any options that I must modify in the admin panel to do this and what hooks is throwed when I click on this button?

  • 0 Votes
    1 Posts
    1k Views

    Hello, I would like to develop a plugin that can manipulate user registration page. What I'm trying to do is to change the input form of the user registration page. For example, I would like to receive additional information such as user phone number, student ID, birthday, etc. Then I send a registration email using that student ID to make sure the user is the member of my campus.

    What files or hooks should be used to do this kind of work? Do I also have to change the data input model to database?