You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$strings['update_users_help'] = 'Allow user data to be updated at the start of the session.';
35
37
$strings['provisioning_help'] = 'Maak automatisch nieuwe gebruikers (als studenten) vanuit Azure wanneer ze niet in Chamilo zijn.';
36
38
$strings['group_id_admin'] = 'Groeps-ID voor platformbeheerders';
37
39
$strings['group_id_admin_help'] = 'De groeps-ID is te vinden in de details van de gebruikersgroep en ziet er ongeveer zo uit: ae134eef-cbd4-4a32-ba99-49898a1314b6. Indien leeg, wordt er automatisch geen gebruiker aangemaakt als admin.';
$strings['provisioning_help'] = 'Automatically create new users (as students) from Azure when they are not in Chamilo.';
36
+
$strings['update_users'] = 'Update users';
37
+
$strings['update_users_help'] = 'Allow user data to be updated at the start of the session.';
36
38
$strings['group_id_admin'] = 'Group ID for platform admins';
37
39
$strings['group_id_admin_help'] = 'The group ID can be found in the user group details, looking similar to this: ae134eef-cbd4-4a32-ba99-49898a1314b6. If empty, no user will be automatically created as admin.';
38
40
$strings['group_id_session_admin'] = 'Group ID for session admins';
$strings['provisioning_help'] = 'Créer les utilisateurs automatiquement (en tant qu\'apprenants) depuis Azure s\'ils n\'existent pas encore dans Chamilo.';
36
+
$strings['update_users'] = 'Actualiser les utilisateurs';
37
+
$strings['update_users_help'] = 'Permettre d\'actualiser les données de l\'utilisateur lors du démarrage de la session.';
36
38
$strings['group_id_admin'] = 'ID du groupe administrateur';
37
39
$strings['group_id_admin_help'] = 'L\'id du groupe peut être trouvé dans les détails du groupe, et ressemble à ceci : ae134eef-cbd4-4a32-ba99-49898a1314b6. Si ce champ est laissé vide, aucun utilisateur ne sera créé en tant qu\'administrateur.';
38
40
$strings['group_id_session_admin'] = 'ID du groupe administrateur de sessions';
$strings['provisioning_help'] = 'Crear usuarios automáticamente (como alumnos) desde Azure si no existen en Chamilo todavía.';
36
+
$strings['update_users'] = 'Actualizar los usuarios';
37
+
$strings['update_users_help'] = 'Permite actualizar los datos del usuario al iniciar sesión.';
36
38
$strings['group_id_admin'] = 'ID de grupo administrador';
37
39
$strings['group_id_admin_help'] = 'El ID de grupo se encuentra en los detalles del grupo en Azure, y parece a: ae134eef-cbd4-4a32-ba99-49898a1314b6. Si deja este campo vacío, ningún usuario será creado como administrador.';
38
40
$strings['group_id_session_admin'] = 'ID de grupo admin de sesiones';
@@ -257,11 +251,101 @@ public function registerUser(
257
251
} else {
258
252
thrownewException('User not found when checking the extra fields from '.$azureUserInfo['mail'].' or '.$azureUserInfo['mailNickname'].' or '.$azureUserInfo[$azureUidKey].'.');
259
253
}
254
+
} else {
255
+
if ($this->get(self::SETTING_UPDATE_USERS) === 'true') {
0 commit comments