Possible to delete in-active users? Possible to delete in-active users?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Possible to delete in-active users?

Started by bryan, June 06, 2004, 07:33:52 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bryan

Possible to delete users that maybe never login for the past 30 days?

Joachim Müller

out-of-the-box: no!
You could run a query on your database (using phpMyAdmin or similar), but that's not recommended if you're unsure (make a backup first!).

GauGau

bryan

Then will there be a feature like this in the future?

Joachim Müller