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

    how to delete group "everyone"

    Kopano Groupware Core
    3
    5
    243
    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.
    • Fux
      Fux last edited by Fux

      “Everyone” (with capital “E”) is a default group.

      if one created an additional group “everyone” (with small letter “e”) it ist not possible to delete this group by “kopano-admin -G everyone”.

      How can I delete the non default group “everyone”?

      1 Reply Last reply Reply Quote 0
      • jengelh
        jengelh Banned last edited by

        You can edit the SQL table users and change the name of everyone to something else.

        1 Reply Last reply Reply Quote 0
        • Fux
          Fux last edited by Fux

          I’m afraid that won’t work. The structure of the table users looks like this:

          MariaDB [kopano]> explain users;
          ±------------±---------------±-----±----±--------±---------------+
          | Field | Type | Null | Key | Default | Extra |
          ±------------±---------------±-----±----±--------±---------------+
          | id | int(11) | NO | PRI | NULL | auto_increment |
          | externid | blob | YES | MUL | NULL | |
          | objectclass | int(11) | NO | | 0 | |
          | signature | varbinary(255) | NO | | 0 | |
          | company | int(11) | NO | | 0 | |
          ±------------±---------------±-----±----±--------±---------------+

          There is no field “name”.

          A “select * from users” shows only some kind of encrypted content.

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

            Hi @Fux,

            I think @jengelh meant the stores table.

            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 0
            • jengelh
              jengelh Banned last edited by

              this one

              MariaDB [kopano]> SELECT * FROM objectproperty;
              +----------+-----------+---------------------+
              | objectid | propname  | value               |
              +----------+-----------+---------------------+
              |        1 | groupname | everyone            |
              |        1 | ishidden  | 0                   |
              |        1 | modtime   | 2020-01-15 20:53:03 |
              +----------+-----------+---------------------+
              
              1 Reply Last reply Reply Quote 0
              • First post
                Last post