Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-19 Thread Gergo Tisza
On Tue, Oct 18, 2016 at 11:45 PM, Nicolas Vervelle wrote: > I still have to update WPCleaner due to the deprecation of action=login, > but I'm not sure yet if I should go for action=clientlogin or for > BotPassword. > Bot password if you store the password, clientlogin if

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-19 Thread Nicolas Vervelle
Thanks for all the links and pointers to the various announcements. I fixed the problem in WPCleaner, it was quite simple as I was using the "lgtoken" value as a quick check for ensuring that the user has gone through the login process before calling the API for any page update. The login process

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Ran Ari-Gur
> [...] you should subscribe to the mediawiki-api-announce list [...] As far as I can tell, this list is itself subscribed to mediawiki-api-announce@, so I think everyone should already be covered in that respect. :-) On Tue, Oct 18, 2016 at 3:15 PM, Brad Jorsch (Anomie)

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Brad Jorsch (Anomie)
On Tue, Oct 18, 2016 at 4:14 PM, Gergo Tisza wrote: > If you haven't been following API deprecation notices for the last ten or > so months, https://lists.wikimedia.org/pipermail/ > mediawiki-api/2016-January/003686.html might also be of interest. > More generally, if you

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Dennis Roczek
I'm too lazy to search for the archive links: here are the three relevant links which do belong to your problem! I just picked the newest one without reading the mail again. Regards, Dennis On 18.10.2016 13:38, Nicolas Vervelle wrote: > On Tue, Oct 18, 2016 at 1:09 PM, Dennis Roczek

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Nicolas Vervelle
On Tue, Oct 18, 2016 at 1:09 PM, Dennis Roczek wrote: > See deprecation message at: > https://lists.wikimedia.org/pipermail/mediawiki-api-announce/2016-August > /000115.html > > Thanks for the reply, but I don't see anything related to my problem in the post... I

Re: [Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Dennis Roczek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Nicolas, On 18.10.2016 08:38, Nicolas Vervelle wrote: > Hi, > > I haven't followed the latest modifications on action login, but users of > WPCleaner have been complaining for a few days that they couldn't do a ny > modifications through

[Mediawiki-api] Action login doesn't return a lgtoken anymore

2016-10-18 Thread Nicolas Vervelle
Hi, I haven't followed the latest modifications on action login, but users of WPCleaner have been complaining for a few days that they couldn't do any modifications through WPCleaner, getting an error message saying that they must be logged in to update pages. I was away for few days, so I