Skip to main content

webmail roundcube with sqlite : possible to change settings for all email users ?

Comments

2 comments

  • cPRex Jurassic Moderator
    Hey there! I don't have any ready-made tools to perform that type of work. Since each user has a unique profile, this is typically done at the user level. You may find the following article helpful for working with SQLite databases in general while you explore solutions for this issue:
    0
  • Markif
    Thanks for the link. The language data is stored in the "users" table of the sqlite db. witch has a simple structure If "preferences" is a serialized array, the "language" field, is separate and directly accessible. So this did work Seems I can't include code here, so a link to a simple script as base
    0

Please sign in to leave a comment.