https://bugzilla.wikimedia.org/show_bug.cgi?id=24678
Casey Brown <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Casey Brown <[email protected]> 2010-08-05 21:04:31 UTC --- (In reply to comment #1) > "confirmed" is apparently being implemented to give upload rights to brand-new > accounts. There is probably a better way to implement this. Hmm, is this necessary? Under groupOverrides in InitialiseSettings, we have: // Fishbowls 'fishbowl' => array( '*' => array( 'edit' => false, 'createaccount' => false ), 'user' => array( 'move' => true, 'upload' => true, ), 'inactive' => array( // for show only ), ), That should give upload and move (the normal "autoconfirmed" rights) to all users in fishbowl wikis without needing to put them in a "confirmed" group first. If that's not working, then we need to fix that. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
