Set default editor for new users
-
Hi,
I would like to change the default editor for new users.
I found this ticket:
https://jira.kopano.io/browse/KW-2854which mentions the webapp_admin.py. With this script you can change the default editor for all already existing users, which is working fine.
However, new users will not be affected by this.
Is there a way to do this?Cheers,
Roland. -
You could make a plugin that changes the html editor on every load
by executing this in a plugin, but that’s not entirely what you want.
container.getSettingsModel().set('zarafa/v1/contexts/mail/html_editor', 'full_tinymce');
I suggest you wait for (and track) KW-2854.
-
@rgsell said in Set default editor for new users:
However, new users will not be affected by this.
Is there a way to do this?Another option is to use the “userscripts” that
kopano-server
executes on user creation/deletion.