-
Notifications
You must be signed in to change notification settings - Fork 0
Import Export
Jonbeckas edited this page May 17, 2023
·
4 revisions
You could import a table of users, stored in a comma (!) seperated .csv file
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
Exports all user data, with censored passwords
You could import a table of groups, stored in a comma (!) seperated .csv file
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
Export groups and permissions