Enable automatic user creation
- UpdatedAug 1, 2024
- 3 minutes to read
- Xanadu
- Notifications
An administrator can set an email property to automatically create users from incoming email. The administrator provides a list of trusted domains to prevent untrusted users from being automatically created.
Before you begin
About this task
| Value of email.from Variable | User ID Created | Email Address | Name |
|---|---|---|---|
| new.user@company.com | new.user@company.com | new.user@company.com | New User |
| "New User" <new.user@company.com> | new.user@company.com | new.user@company.com | New User |
| "User, New" <new.user@company.com> | new.user@company.com | new.user@company.com | New User |
| "User" <nuser@company.com> | nuser@company.com | nuser@company.com | User |
Procedure
What to do next
When the property glide.pop3readerjob.create_caller is set to false, the instance runs inbound actions from users who do not match an existing user by impersonating the guest user.
If the property glide.pop3readerjob.create_caller is set to true, but a user has a valid email address associated with a non-primary device, the instance creates a new user record for that email address if there is no matching email address in the Users [sys_user] table. The instance does not validate non-primary email addresses against the Notification Devices [cmn_notif_device] table.
The method the instance uses to create users can be upgraded to use the full email address by activating the Email Automatic User Creation plugin.