Enterprise user names length check on long names fails

Description Even though the default max user name length on Django base classes is set to 30, ESM code attempts to override it with a max length of 255. However, while actually trying to create user names longer than 30, ESM fails with the database save length check error. For example, this error can be… Continue reading Enterprise user names length check on long names fails