Need to change login link to some other route

Technical Support

Suggested Topics


  • 0 Votes
    4 Posts
    306 Views

    @goik You will need to have the plugin call await user.email.confirmByUid(uid); when the account is created.

    But a different question -- do you need to have the account confirmed? By default privileges are set up so that both confirmed and unconfirmed accounts can post new topic/replies, etc., so there is no functional difference except that outgoing emails won't be sent to unconfirmed emails.

    If it's merely to "check a box", then maybe it is ok to just not confirm any emails.

    Might be the plugin needs updating to auto-confirm email addresses.

  • 0 Votes
    5 Posts
    487 Views

    Short of using OAuth2, you could write your own app component to tie NodeBB into MySQL. One of the issues is that MySQL is a generic database so the format of your authentication easily won't match in some obvious way, so needs a customer connectors no matter what. Just adding another DB source for authentication would not solve your problem. It would have to be something that connects to your database and has the ability to understand your schema and has the ability to store all necessary additional schema changes there.

  • 0 Votes
    9 Posts
    644 Views

    @baris I forgot to answer your question, with persona everything works fine

  • 0 Votes
    3 Posts
    773 Views

    Thank you, I always liked Christmas tree styling 😉

  • 0 Votes
    16 Posts
    6k Views

    This is fixed on master, thanks for reporting.