On 08.11.2016 16:32, Chris Angelico wrote:
> On Wed, Nov 9, 2016 at 2:18 AM, M.-A. Lemburg <m...@egenix.com> wrote:
>> According to the tool inactive users are users who have never
>> edited a page on the wiki.
>>
> 
> Is it possible to get login stats for these users? Anyone who's never
> made an edit and hasn't logged in within the past, say, 12 months is
> almost certainly inactive. I'd purge them in the interests of
> improving wiki performance.

I believe the command doesn't use a cut-off date.

It is possible to manually keep user records, though, so
I could force keeping all records with an access date
within the last 12 months.

> Any user in EditorsGroup has to either be kept (ie considered active),
> or removed from EditorsGroup. Otherwise, someone could create an
> account and instantly have editing access.

Good point. Figuring out the account records from the user name
will require some scripting, though, since the records use
a UID as filename based on the user record creation time.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Experts (#1, Nov 08 2016)
>>> Python Projects, Coaching and Consulting ...  http://www.egenix.com/
>>> Python Database Interfaces ...           http://products.egenix.com/
>>> Plone/Zope Database Interfaces ...           http://zope.egenix.com/
________________________________________________________________________

::: We implement business ideas - efficiently in both time and costs :::

   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/
                      http://www.malemburg.com/

_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to