Property reference

glide.email.create_userid_from_email

The glide.email.create_userid_from_email property creates new users with a UserID that matches their email address instead of the default firstname.lastname format. This ensures unique UserIDs for users with the same name and modifies the gs.createUser() function to use the full email address.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? When enabled, this property generates UserIDs based on the user's email address, preventing conflicts for users with identical names and altering the behavior of user creation functions.
What area does it affect? User Management
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring user creation settings or addressing user ID conflicts.

Out of the box property record

Raw metadata from the property record.

Property name glide.email.create_userid_from_email
Sys ID 493683b797113000715a390ddd29758c
Type boolean
Application Global
Default value true
Description When set to true, causes new users to be created with a UserID that matches their email address instead of firstname.lastname. This helps create unique UserIDs when two users with the same name send emails to an instance. Also changes the behavior of gs.createUser() to match the entire email address of the user (including the domain name), instead of just the first part of the email in front of the @-sign.
Updated 2024-05-25 04:25:05