Older version3.2 ValvesSecurityUsernameGeneratorValve

UsernameGeneratorValve

Valve to generate a random username.

Operates on the Current Item Set.

Properties

Name Description Default value Mandatory Supports property expansion
dest ID of new item property, containing the created username. uid Yes Yes
length Length of the username. 1-32 characters allowed. 32 Yes No

Example Configuration

{      
  "name": "UsernameGeneratorValve",
  "enabled": "true",
  "config": {
    "dest": "{{item.new_id}}",
    "length": "32"
  }
}