# Functions
No description provided by the author
No description provided by the author
GenerateUserSlug as follows in case user email begins with a digit, [email protected] the returned user slug is `u2023123_acme_org`, otherwise removes all the non-alpha numeric characters from the provided email and returns an _ separated slug.
No description provided by the author
# Structs
No description provided by the author