The only issue I could find was the different default skin used. When
not logged in yet it used the new Modern skin, whereas my profile
still had FaHWiki configured.
Is the Modern skin the desired new default or should it also use the
traditional FaHWiki skin?
Thanks for your continued effort in maintaining the FaHWiki!
Regards,
Bas
--
Disclaimer: Any errors in spelling, tact, or fact are transmission errors.
On Wed, Jul 27, 2011 at 6:39 PM, Clodoaldo <clodoal...@gmail.com> wrote:The only issue I could find was the different default skin used. When
> Until then it would be good if people checked for problems and
> communicate them.
not logged in yet it used the new Modern skin, whereas my profile
still had FaHWiki configured.
Is the Modern skin the desired new default or should it also use the
traditional FaHWiki skin?
On Jul 27, 6:39 pm, Clodoaldo <clodoaldo.pi...@gmail.com> wrote:Is there some way to improve the validation of new user accounts?
> Until then it would be good if people checked for problems and
> communicate them.
I don't think any of the new accounts created since the upgrade are by
real people. They're most probably dormant spam accounts.
Before the upgrade we didn't have such influx of new (spam) accounts,
so maybe a plugin is missing?
Regards,
Bas
That's a good question. I haven't blocked the other newly created
accounts because I could not be certain that it was not a legitimate
user. As soon as they posted crap there was evidence.
RBLs work pretty well for SMTP, preventive blocking of IPs may work
for wikipedia too if the hosts registering accounts are limited.
Customizing the account creation process is probably the best way to
go to stop the bots that know how to automatically create accounts,
differing from the way wikipedia does it will require bot authors to
customize specifically for FAH Wiki.
Maybe something simple as a hidden form field inserted by javascript
which most bots can't interpret.
>> I don't think any of the new accounts created since the upgrade are by
>> real people. They're most probably dormant spam accounts.
>>
>> Before the upgrade we didn't have such influx of new (spam) accounts,
>> so maybe a plugin is missing?
>
> There were no plugins preventing account creation. I have this set:
>
> $wgEmailAuthentication = true;
> $wgEmailConfirmToEdit = true;
>
> I think the new server topic attracted the attention of the robots hence the
> new bot registrations.
>
> Regards, Clodoaldo
Regards,
Bas
--
On Sun, Sep 11, 2011 at 4:05 PM, Clodoaldo NetoThat's a good question. I haven't blocked the other newly created
<clodoaldo....@gmail.com> wrote:
> 2011/9/3 Bas <linux...@gmail.com>
>>
>> On Jul 27, 6:39 pm, Clodoaldo <clodoaldo.pi...@gmail.com> wrote:
>> > Until then it would be good if people checked for problems and
>> > communicate them.
>>
>> Is there some way to improve the validation of new user accounts?
>
> There is this extension:
>
> http://www.mediawiki.org/wiki/Extension:ConfirmAccount
>
> It will require the new account to be approved by a bureaucrat. I'm not sure
> it is a good idea. I mean, how will someone know for sure it is an human
> creating that account? Just by the account name? What do you think? Any
> suggestion?
>
accounts because I could not be certain that it was not a legitimate
user. As soon as they posted crap there was evidence.
RBLs work pretty well for SMTP, preventive blocking of IPs may work
for wikipedia too if the hosts registering accounts are limited.
Customizing the account creation process is probably the best way to
go to stop the bots that know how to automatically create accounts,
differing from the way wikipedia does it will require bot authors to
customize specifically for FAH Wiki.
On Sun, Sep 11, 2011 at 4:05 PM, Clodoaldo NetoThat's a good question. I haven't blocked the other newly created
<clodoaldo....@gmail.com> wrote:
> 2011/9/3 Bas <linux...@gmail.com>
>>
>> On Jul 27, 6:39 pm, Clodoaldo <clodoaldo.pi...@gmail.com> wrote:
>> > Until then it would be good if people checked for problems and
>> > communicate them.
>>
>> Is there some way to improve the validation of new user accounts?
>
> There is this extension:
>
> http://www.mediawiki.org/wiki/Extension:ConfirmAccount
>
> It will require the new account to be approved by a bureaucrat. I'm not sure
> it is a good idea. I mean, how will someone know for sure it is an human
> creating that account? Just by the account name? What do you think? Any
> suggestion?
>
accounts because I could not be certain that it was not a legitimate
user. As soon as they posted crap there was evidence.
RBLs work pretty well for SMTP, preventive blocking of IPs may work
for wikipedia too if the hosts registering accounts are limited.
Customizing the account creation process is probably the best way to
go to stop the bots that know how to automatically create accounts,
differing from the way wikipedia does it will require bot authors to
customize specifically for FAH Wiki.
Maybe something simple as a hidden form field inserted by javascript
which most bots can't interpret.