bootstrap_package icon indicating copy to clipboard operation
bootstrap_package copied to clipboard

TCEMAIN.tsconfig - hardcoded group uid

Open TrueType opened this issue 3 years ago • 0 comments

TCEMAIN.tsconfig

I guess the hardcoded uid = 1 is not ok. If this is supposed to be a configuration example, it should not be active code.

  #################
  #### TCEMAIN ####
  #################
  TCEMAIN {
      permissions {
          groupid = 1
          user = show, editcontent, edit, new, delete
          group = show, editcontent, edit, new, delete
          everybody =
      }
  }

TrueType avatar Jul 26 '22 09:07 TrueType