Open Bug 1524344 Opened 6 years ago Updated 6 years ago

Mismatch between django admin users and site users

Categories

(support.mozilla.org :: Users and Groups, task)

task
Not set
normal

Tracking

(Not tracked)

People

(Reporter: Nukeador, Unassigned)

Details

Hi,

When checking inside django admin all users for Vietnamese (VI) localization

https://support.mozilla.org/admin/auth/user/?groups__id__exact=88

I get a different list when I get the VI locale on the site

https://support.mozilla.org/en-US/kb/locales/vi

Their locale lead don't have any permission on django for example

https://support.mozilla.org/admin/auth/user/1387113/?_changelist_filters=q%3Dpierreneter

I'm trying to understand the reason for this.

Thanks!

Flags: needinfo?(mana)

That's because the users included on that page of the site aren't managed through Django groups, they're just listed as part of the Locale model in the wiki app:

https://support.mozilla.org/admin/wiki/locale/81/

When you're logged in and have permission to manage those users you see links on the /kb/locales/vi page like "Edit locale reviewers" that will allow you to add and remove users from the lists.

So I can't use the admin to filter users by real role I guess right?

I was trying to get a full list of locale leaders that the Kitsune interface doen't provide unless you check each locale page.

Not at the moment. I could get that for you if you need it. If you do just let me know what info about the leaders you need.

Ruben, is this still something you need?

Flags: needinfo?(mana) → needinfo?(nukeador)

If we are going to be able to get this info elsewhere (dashboard) this is not needed, if not, this is still info the person managing localization at SUMO will need in a easier way.

Flags: needinfo?(nukeador)
You need to log in before you can comment on or make changes to this bug.