|
173 | 173 | 'Class:User/Attribute:allowed_org_list+' => 'The end user is allowed to see data belonging to the following organizations. If no organization is specified, there is no restriction.', |
174 | 174 | 'Class:User/Attribute:status' => 'Status', |
175 | 175 | 'Class:User/Attribute:status+' => 'Whether the user account is enabled or disabled.', |
176 | | - 'Class:User/Attribute:status/Value:enabled' => 'Enabled', |
| 176 | + 'Class:User/Attribute:status/Value:enabled' => 'Enabled', |
177 | 177 | 'Class:User/Attribute:status/Value:disabled' => 'Disabled', |
178 | 178 |
|
179 | 179 | 'Class:User/Error:LoginMustBeUnique' => 'Login must be unique - "%1$s" is already being used.', |
180 | 180 | 'Class:User/Error:AtLeastOneProfileIsNeeded' => 'At least one profile must be assigned to this user.', |
| 181 | + 'Class:User/Error:PrivilegedUserMustHaveAccessToBackOffice' => 'Profile "%1$s" cannot be given to privileged Users (Administrators, SuperUsers and REST Services Users)', |
181 | 182 | 'Class:User/Error:ProfileNotAllowed' => 'Profile "%1$s" cannot be added it will deny the access to backoffice', |
182 | 183 | 'Class:User/Error:StatusChangeIsNotAllowed' => 'Changing status is not allowed for your own User', |
183 | 184 | 'Class:User/Error:AllowedOrgsMustContainUserOrg' => 'Allowed organizations must contain User organization', |
184 | | - 'Class:User/Error:AdminProfileCannotBeRemovedBySelf' => 'You cannot remove your own Administrator profile. Ask another Administrator to do it for you', |
| 185 | + 'Class:User/Error:AdminProfileCannotBeRemovedBySelf' => 'You cannot remove your own Administrator profile. Ask another Administrator to do it for you~~', |
185 | 186 | 'Class:User/Error:CurrentProfilesHaveInsufficientRights' => 'You cannot remove your own rights to edit users', |
186 | 187 | 'Class:User/Error:PortalPowerUserHasInsufficientRights' => 'The Portal power user profile does not give sufficient access rights (another profile must be added)', |
187 | 188 | 'Class:User/Error:AtLeastOneOrganizationIsNeeded' => 'At least one organization must be assigned to this user.', |
|
0 commit comments