Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: sw2090 on May 06, 2021, 03:27:55 AM

Title: Where are user settings stored?
Post by: sw2090 on May 06, 2021, 03:27:55 AM
Hiho,

we have migrated to roundcube 1.4 now.
Now I'd like to change some settings for all users that are user-specific and where migrated from the old roundcube.
That is after all the user's theme and the settings for html mails in the prefrences-creating mail section.
I cannot find both in the roundcube database. There is a preferences field in the users table but it doesn't change when I do some change in the preferences menu of a user in roundcube.
So does anyone know where roundcube does store this iformation?

cheers
Sebastian
Title: Re: Where are user settings stored?
Post by: JohnDoh on May 07, 2021, 03:21:05 AM
the preferences field is the correct place and you can use the bin/moduserprefs.sh script to modify existing user prefs. may be you are looking in the wrong database?
Title: Re: Where are user settings stored?
Post by: sw2090 on May 14, 2021, 07:42:57 AM
Ah thanks for the hint! moduserprefs.sh + userprefs reference made my day :)