Roundcube Community Forum

 

Switch firstname and surname order in public addressbook

Started by MZa, December 01, 2020, 08:50:22 AM

Previous topic - Next topic

MZa

Hello,

would it be possible to display "Surname Firstname" in global addressbook. We are reading users from LDAP, so I tried little hack:

surname_field' => 'givenName',
firstname_field' => 'sn'

but then users are sorted by firstname, which is  confusing  ;)
Best regards,
MZa

MZa