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
If MUM is used in conjunction with services like Open-Xchange, those services may require a first name and a last name for their users. More concrete: Open-Xchange's console command createuser requires a --givenname and a --surname flag. Since MUM currently only supports one name field for mailboxes, you cannot use correct data here. Of course you could fill our name property in one field and fill the other with something like the email address, but that is quite ugly.
I think it makes sense to introduce the fields first_name and last_name on the Mailbox model.
These fields should also become available as integration placeholders.
Maybe there should also be a configuration option to switch between the current combined name field or one first_name field and one last name field.
The text was updated successfully, but these errors were encountered:
If MUM is used in conjunction with services like Open-Xchange, those services may require a first name and a last name for their users. More concrete: Open-Xchange's console command
createuser
requires a--givenname
and a--surname
flag. Since MUM currently only supports one name field for mailboxes, you cannot use correct data here. Of course you could fill ourname
property in one field and fill the other with something like the email address, but that is quite ugly.I think it makes sense to introduce the fields
first_name
andlast_name
on theMailbox
model.These fields should also become available as integration placeholders.
Maybe there should also be a configuration option to switch between the current combined
name
field or onefirst_name
field and onelast name
field.The text was updated successfully, but these errors were encountered: