Possibly related to the new verified-users, unverified-users groups. If your forum had the require email confirmation setting on and you upgraded then registered-users no longer have posting privileges. This is done by the upgrade scripts. But if you reverted without doing a database restore then registered-users won't have the privileges back.
Can't select users in admin panel
-
Any luck on this?
-
@baris I am, don't know about @shinyidol
-
Hmm... I just did a
npm install nodebb-theme-vanilla
and it magically started working again. I've done a couplenpm install
's before but they didn't help.I both hate and love it when issues magically resolve themselves...
-
If you run
./nodebb upgrade
it specifically updates both Vanilla and the current default theme, Lavender. so after a
git pull
, make sure you run that command and you should be good