Author Topic: where is the 'DisplayName' stored?  (Read 2888 times)

Offline neo20

  • Newbie
  • *
  • Posts: 2
where is the 'DisplayName' stored?
« on: March 02, 2015, 12:14:49 AM »
The default Display name is the name before @ in email address (eg. admin@localhost.com is admin ), it can be configured in "Setting -> Identities '.

I've just created nearly 100 accounts for my coworkers with a bash and sql scripts. I also want to change the display name at one time?

But where is the 'Display Name' stored? I've search in /home and database :'( , need help. thanks
« Last Edit: March 02, 2015, 12:25:25 AM by neo20 »

Offline ABerglund

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 673
Re: where is the 'DisplayName' stored?
« Reply #1 on: March 02, 2015, 01:44:30 PM »
It's set in the Identities table of roundcube's database.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

Offline neo20

  • Newbie
  • *
  • Posts: 2
Re: where is the 'DisplayName' stored?
« Reply #2 on: March 09, 2015, 02:42:53 AM »
Thanks! you're right.
I've looked up it in the wrong database . (there's a mails database used by a plugin)