Here's a scenario I ran into recently - I multilingual site was set up before i18n_access was added to the mix. Currently there's no option to assign language permission to multiple users at once.
Ideally it would be an update options selection in admin/user/user where one could choose a language and grant this permission to multiple users.

Comments

toemaz’s picture

Version: 6.x-1.0-alpha1 » 6.x-1.x-dev
Status: Active » Fixed

This feature request is implemented via #378042: Adding default language permission and is available in the dev release.
The bulk assigning of languages is done via a role. Go to admin/settings/language/access and assign the languages you wish to connect with the 'access selected languages' permission. On /admin/user/permissions, add the 'access selected languages' permission to a specific role. Finally grant this role to the user you want to be able to access the selected languages.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.