julianlam / nodebb-plugin-session-sharing

Allows login sessions from your app to persist in NodeBB
MIT License
88 stars 65 forks source link

Allow user account merging via email #123

Open julianlam opened 2 years ago

julianlam commented 2 years ago

NodeBB no longer adds users to email:uid unless email is confirmed. Similarly, session-sharing when creating new users will also not have the email confirmed.

A new feature flag (or flags) should be added to allow session sharing to:

  1. Allow user account merging via email (this used to be automatically true, it will now be default disabled, hence it is a breaking change)
  2. Automatically confirm user emails on user creation