Is it possible to have an unchangeable trait? Spec...
# general
c
Is it possible to have an unchangeable trait? Specifically, I want to generate a unique username during user registration, add it to their traits, and use it as a unique identifier across our platform, including for authentication. I need this username to be generated at registration and remain unchangeable.