Newsgroups: php.internals,php.webmaster Path: news.php.net Xref: news.php.net php.internals:53856 php.webmaster:11554 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34601 invoked from network); 11 Jul 2011 09:59:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2011 09:59:23 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:36149] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/01-41672-779CA1E4 for ; Mon, 11 Jul 2011 05:59:22 -0400 Received: by gxk27 with SMTP id 27so1619083gxk.29 for ; Mon, 11 Jul 2011 02:59:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FBVo7jDFXlrwIeyGMe97P47Vg2mExBzIXxOf7tsY6vM=; b=q28L8t3w6ISa+vbLOG7J/sJB5nSnkbV76VizPTI5PZEjdEQ4kQNYcaTVu/d2EawUu1 fBdi2caFWmmYBefElQQiuTyj5mhmoogJfF70RKpi1R4OE+Usi4o5ZMiUjoBpANa6batG ypkeXIe2Q+HUz6QoLiY24Lbn9bBzZngDnPNxE= MIME-Version: 1.0 Received: by 10.236.185.169 with SMTP id u29mr5452506yhm.108.1310378354245; Mon, 11 Jul 2011 02:59:14 -0700 (PDT) Received: by 10.147.35.14 with HTTP; Mon, 11 Jul 2011 02:59:14 -0700 (PDT) In-Reply-To: References: <4E1AB83A.6060801@sugarcrm.com> Date: Mon, 11 Jul 2011 11:59:14 +0200 Message-ID: To: Pierre Joye Cc: Stas Malyshev , Ferenc Kovacs , php-webmaster , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] sudden spike in wiki registrations From: hannes.magnusson@gmail.com (Hannes Magnusson) On Mon, Jul 11, 2011 at 11:56, Pierre Joye wrote: > On Mon, Jul 11, 2011 at 11:53 AM, Hannes Magnusson > wrote: >> On Mon, Jul 11, 2011 at 10:45, Stas Malyshev wrote: >>> Hi! >>> >>> On 7/11/11 1:23 AM, Ferenc Kovacs wrote: >>>> >>>> Hi, >>>> >>>> if somebody wonders why do we have those french guys registering on the >>>> wiki: >>>> >>>> http://blog.mageekbox.net/?post/2011/07/10/La-r%C3%A9volution-est-en-marche-%21 >>>> >>>> the author thought that anybody can vote who has wiki account, but >>>> that is corrected now. >>>> however judging from the responses and the number of registrations I >>>> think we should publish something to the php.net frontpage about the >>>> accepted voting RFC, and maybe rephrase or clean up the who can vote >>>> part. >>>> >>>> for example can someone with svn account and 1 commit vote? >>> >>> I'd say for core features everybody with write access to the core, but then >>> again, not sure about how to formalize that. Note that vote isn't meant to >>> be the decision. At least I think it wasn't and shouldn't mean that. It >>> should be a measure of if there's a consensus about certain thing or not. >>> >>> As for technical side, I don't know enough about how the auth system works >>> to see if we can enforce it technically. If somebody with this >>> knowledge is willing to help, please ping me and we can discuss how to >>> implement this in docuwiki. >> >> I thought I had pointed this out already. >> >> AFAICT anyone with wiki account can vote. And anyone can get wiki account. >> >> People with wiki accounts however cannot modify any content because we >> have write restrictions on everything, so before this vote plugin came >> along a wiki account was utterly useless without an admin explicitly >> giving write karma. > > Yes, hence why I said we have to fix that in the moodle plugin. But > who can vote is clearly define. Now, I'd to ask wiki admins to do not > accept random accounts for the fun to accept them. Thanks. There is no "accept an account". Thanks. Creating an account in the wiki, creates an account. Like I said, the user doesn't have write access to anything unless someone explicitly gives him write access (usually to /rfc, or /web). That generally happens when the account register reads the register page and send an email to this list and explains why he needs an account. -Hannes