Page MenuHomePhabricator

Setting over 50 aliases in the UI will ignore all aliases above 50 if user has no admin/bot rights
Closed, ResolvedPublic

Description

the API has a restriction for handing over list values (separated by "|", 50 for normal users, 500 for bots). This causes problems when having more than 50 aliases, they just won't be set and vanish after entering them.

What we should do here is to use the API modules add/remove parameters for changing aliases, this will solve the bug but it won't be possible to add/remove more than 50 aliases in one edit (which really shouldn't be a problem).


Version: unspecified
Severity: critical
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=39937

Details

Reference
bz39938

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:59 AM
bzimport set Reference to bz39938.
bzimport added a subscriber: Unknown Object (MLST).

Also consider this scenario:
Bot adds 100 aliases > non-admin user wants to delete one of them > 50 aliases will be removed instead!

  • This bug has been marked as a duplicate of bug 39937 ***