MongoDB Tweaks : query to delete unverified-users and more
-
Hello Mark
I would like to have examples of Mongodb queries for nodebb
– Among other things, I would like to delete all unverified users without verified emails)
I can do it manually via the ACP but it takes time and a lot of resources on the forum (error 503) during processing
Do you have a trick like a mongo DB query or a routine?– I would also like a request for :
-
list all users
-
list all users whose last login dates back to 1 year or other duration
-
list all unverified users
-
list all unverified users whose last login dates back to 1 year or other duration
-
list all verified users whose last login dates back to 1 year or other duration
-
-
Hello Mark
I would like to have examples of Mongodb queries for nodebb
– Among other things, I would like to delete all unverified users without verified emails)
I can do it manually via the ACP but it takes time and a lot of resources on the forum (error 503) during processing
Do you have a trick like a mongo DB query or a routine?– I would also like a request for :
-
list all users
-
list all users whose last login dates back to 1 year or other duration
-
list all unverified users
-
list all unverified users whose last login dates back to 1 year or other duration
-
list all verified users whose last login dates back to 1 year or other duration
@DownPW This isn’t something I have readily available, and because I’m not entirely familiar with the database structure of NodeBB, it’s something that would require research and development in terms of script.
I think it’d be quicker to ask this in the NodeBB forums.
-
-