Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Nexus_Web_Media Posted December 18, 2020 Posted December 18, 2020 Hello, I need export active users but in database I don't see any flag. Can you write me how can I recognize which user is active or not?
bfarber Posted December 18, 2020 Posted December 18, 2020 core_sessions holds the currently active users (assuming you aren't using Redis for sessions). core_validating holds records of accounts currently validating.
Recommended Posts