Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    Set default editor for new users

    Kopano WebApp
    3
    3
    311
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rgsell
      rgsell last edited by

      Hi,

      I would like to change the default editor for new users.

      I found this ticket:
      https://jira.kopano.io/browse/KW-2854

      which 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.

      marty fbartels 2 Replies Last reply Reply Quote 0
      • marty
        marty Kopano (Inactive) @rgsell last edited by

        @rgsell

        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.

        https://documentation.kopano.io/deskapp_admin_manual
        http://documentation.kopano.io/webapp_smime_manual
        https://documentation.kopano.io/webapp_admin_manual

        1 Reply Last reply Reply Quote 0
        • fbartels
          fbartels Kopano @rgsell last edited by

          @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.

          Regards Felix

          Resources:
          https://kopano.com/blog/how-to-get-kopano/
          https://documentation.kopano.io/
          https://kb.kopano.io/

          Support overview:
          https://kopano.com/support/

          1 Reply Last reply Reply Quote 1
          • First post
            Last post