summaryrefslogtreecommitdiffstats
path: root/settings/src/components/userList.vue
diff options
context:
space:
mode:
Diffstat (limited to 'settings/src/components/userList.vue')
-rw-r--r--settings/src/components/userList.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/src/components/userList.vue b/settings/src/components/userList.vue
index 37c79671540..0649575bf88 100644
--- a/settings/src/components/userList.vue
+++ b/settings/src/components/userList.vue
@@ -324,6 +324,7 @@ export default {
this.$store.dispatch('addUser', {
userid: this.newUser.id,
password: this.newUser.password,
+ displayName: this.newUser.displayName,
email: this.newUser.mailAddress,
groups: this.newUser.groups.map(group => group.id),
subadmin: this.newUser.subAdminsGroups.map(group => group.id),