Page MenuHomePhabricator

list=allusers auprop=groups does not list groups a user is automatically a member of
Closed, ResolvedPublic

Description

I'm currently svn updated upto r79552.

The following urls display different results:

auprop=groups

  • Only lists groups specifically added (ie. bureaucrat & sysop)

    <u name="Root" userid="1"> <groups> <g>bureaucrat</g> <g>sysop</g>

usprop=groups

  • Lists all groups including * and user etc.

    <user name="Root"> <groups> <g>*</g> <g>user</g> <g>autoconfirmed</g> <g>bureaucrat</g> <g>sysop</g> </groups>

Version: 1.18.x
Severity: major

Details

Reference
bz26558

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:24 PM
bzimport set Reference to bz26558.