Skip to content

Import Export

Jonbeckas edited this page May 17, 2023 · 4 revisions

User Import

You could import a table of users, stored in a comma (!) seperated .csv file

Example:

firstname,name,password,username,groups
test,user,1234,test@test,Admin;lol
  • The groups are seperated by a semicolon
  • Groups that does not exist on the import process are ignored
  • Users that exists, are ignored

User Export

Exports all user data, with censored passwords

Group Import

You could import a table of groups, stored in a comma (!) seperated .csv file

Example:

name, permissions
test,CENGINE_MODIFYUSERS;RUNNER_RUN
  • The permissions are seperated by a semicolon
  • If the group exists the permissions are added to this group
  • The permission CENGINE_ADMIN is ignored on import

Group Export

Export groups and permissions

Clone this wiki locally