julianlam / nodebb-plugin-session-sharing

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

Fix `syncGroups` footgun #129

Open julianlam opened 1 year ago

julianlam commented 1 year ago

If no groups are selected in syncGroups, then all groups are applied. This causes unexpected behaviour when syncGroupList is enabled, as admins are very likely to accidentally shut themselves out of the ACP.

Needs upgrade script to automatically select all values if current value is nullish