https://bugzilla.wikimedia.org/show_bug.cgi?id=2065
Chad H. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|ASSIGNED |RESOLVED Resolution| |WORKSFORME --- Comment #13 from Chad H. <[email protected]> 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
