How to do this? The return message is: Error: could not submit form Invalid IP address
Well, neither do I know the changing IPs of the User, nor would I want to ban the IP which might be shared by other users. The only way I see is to delete the user registration from DB.
P.
Plamen Gradinarov wrote:
Well, neither do I know the changing IPs of the User, nor would I want to ban the IP which might be shared by other users. The only way I see is to delete the user registration from DB.
Did you look at the configuration options available in DefaultSettings.php? These sound relevant:
... $wgSysopUserBans = false; # Allow sysops to ban logged-in users $wgSysopRangeBans = false; # Allow sysops to ban IP ranges $wgDefaultBlockExpiry = '24 hours'; # default expiry time # strtotime format, or "infinite" for an infinite block $wgAutoblockExpiry = 86400; # Number of seconds before autoblock entries expire ...
-- brion vibber (brion @ pobox.com)
Thanks, it worked.
Plamen
----- Original Message ----- From: "Brion Vibber" brion@pobox.com To: "MediaWiki announcements and site admin list" mediawiki-l@Wikimedia.org Sent: Monday, February 28, 2005 2:14 PM Subject: Re: [Mediawiki-l] Block User Name Only
MediaWiki-l mailing list MediaWiki-l@Wikimedia.org http://mail.wikipedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org