- Enforce users to be created with at least one profile

SVN:trunk[868]
This commit is contained in:
Denis Flaven
2010-09-14 09:10:29 +00:00
parent b124e94551
commit fed7742b88
2 changed files with 2 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ Dict::Add('EN US', 'English', 'English', array(
'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.',
'Class:User/Error:LoginMustBeUnique' => 'Login must be unique - "%1s" is already being used.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'At least one profile must be assigned to this user.',
));
//

View File

@@ -112,6 +112,7 @@ Dict::Add('FR FR', 'French', 'Français', array(
'Class:User/Attribute:allowed_org_list+' => 'L\'utilisateur a le droit de voir les données des organisations listées ici. Si aucune organisation n\'est spécifiée, alors aucune restriction ne s\'applique.',
'Class:User/Error:LoginMustBeUnique' => 'Le login doit être unique - "%1s" est déjà utilisé.',
'Class:User/Error:AtLeastOneProfileIsNeeded' => 'L\'utilisateur doit avoir au moins un profil.',
));
//