[Bug 2065] proposal to allow creation of new accounts only after e-mail address confirmation

2009-10-31 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2065


Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch changed:

   What|Removed |Added

 CC||alex.emsenhu...@bluewin.ch




--- Comment #14 from Alexandre Emsenhuber [IAlex] alex.emsenhu...@bluewin.ch  
2009-10-31 07:32:23 UTC ---
There's also $wgEmailConfirmToEdit for that
(http://www.mediawiki.org/wiki/Manual:$wgEmailConfirmToEdit).


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 2065] proposal to allow creation of new accounts only after e-mail address confirmation

2009-10-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2065


Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com
 Status|ASSIGNED|RESOLVED
 Resolution||WORKSFORME




--- Comment #13 from Chad H. innocentkil...@gmail.com  2009-10-31 00:39:33 
UTC ---
WORKSFORME. Can prevent editing by non-emailed-confirmed user by setting the
following:

$wgAutopromote['emailconfirmed'] = APCOND_EMAILCONFIRMED;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['emailconfirmed']['edit'] = true;

Also, if requiring confirmation before account creation, there's the
ConfirmAccount extension. I don't know if it has a User has confirmed their
e-mail feature, but that'd be a bug for it, not here.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l