You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to let the tool be used even by legitimate new users, i propose, a way to bypass 50 edits be added. (wiki loves contests sometimes draw such users.)
my idea is to enable it for all autopatrol users regardless edit count. autopatrol would be temporarily granted to those users by sysops.
i think the code is this but not sure. if not ( (identify['editcount'] >= 50 and 'autoconfirmed' in identify['rights']) or 'autopatrolled' in identify['rights']):
video2commons/video2commons/frontend/app.py
Line 227 in df24aa2
to let the tool be used even by legitimate new users, i propose, a way to bypass 50 edits be added. (wiki loves contests sometimes draw such users.)
my idea is to enable it for all autopatrol users regardless edit count. autopatrol would be temporarily granted to those users by sysops.
i think the code is this but not sure.
if not ( (identify['editcount'] >= 50 and 'autoconfirmed' in identify['rights']) or 'autopatrolled' in identify['rights']):
see Commons talk:Video2commons#What do you mean by "abuse"??? .
The text was updated successfully, but these errors were encountered: