mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/15883] Add error for invalid usernames being added to a group
Update the ACP and the UCP so that when bulk adding users to a group, if invalid usernames are submitted alongside valid usernames then a message will be displayed to inform the user what the invalid usernames are. PHPBB3-15883
This commit is contained in:
@@ -111,6 +111,7 @@ $lang = array_merge($lang, array(
|
||||
'GROUP_USERS_ADDED' => 'New users added to group successfully.',
|
||||
'GROUP_USERS_EXIST' => 'The selected users are already members.',
|
||||
'GROUP_USERS_REMOVE' => 'Users removed from group and new defaults set successfully.',
|
||||
'GROUP_USERS_INVALID' => 'No users were added to the group as the following usernames do not exist: %s',
|
||||
|
||||
'LEGEND_EXPLAIN' => 'These are the groups which are displayed in the group legend:',
|
||||
'LEGEND_SETTINGS' => 'Legend settings',
|
||||
|
Reference in New Issue
Block a user