After learning that writing a custom script was currently the only way to sift, sort, and filter users by more than one field; and after deciding that I am not up for that right now, I dove back in to slog through my user list for pruning. To my pleasant surprise I found that when I sorted the list by POSTCOUNT it was also sorted by JOINED, automatically! Either a NodeBB angel updated the user list sort functions or I am just seeing life from a different perspective. Yay! Pruning done in no time.
session-sharing - Log in to an existing user
-
I have an existing forum, and I want to install the session-sharing plugin on it, and allow users to connect through my site.
The problem - if I send a cookie with a user ID that already exists in the system before, the plugin does not connect it to its user, but creates a new user for it.
I also want to allow veteran users to connect, is that possible?