Element ''CreateNewUser''

Top  Previous  Next

This element is used to create new users in the security system.

CreateNewUserProcessForm

Here is the SML defined in the SMLProcess element.

 

  CreateUser(username, password, fullname, email, disabled)

  @doif(defaultrole != '')

    AddRoleToUser(username, defaultrole)

  @doend()

 

 
See CreateUser SML Function.

After a new user is created a default role is assigned to the user with AddRoleToUser function.