History: Users Handler
Source of version: 1
- «
- »
Copy to clipboard
This ((handler)) is for creating new users into Tiki in an automated way. __This is only for testing purposes. Don't use it in a production server__. ! Complete example {CODE(caption=>YAML)} objects: type: users data: - name: aldo pass: whatever group: [ group1 ] - name: ben pass: b-boy - name: xavi - name: marc group: [ group2 ] {CODE} ! Options ||__Field Name__|__Mandatory__|__Value__ name|y|Username pass| |If no pass is provided, then the pass will be the username group| |If a name of a group is provided, then the user will be asigned to the group. If the group doesn't exist previously, then the handler will create it. If is null, then nothing will happen. ||