We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1685 - Username suggestions
This is a spacer post for a website comment topic. The content this topic relates to: #1685 - Username suggestions
Also consider the idea of allowing usernames to be autogenerated from email addresses, particular CPF combinations, etc. A bit like how display names can currently be configured.
The use case is users who do not want people to have to pick a username, e.g. intranets. The problem is usernames have to be unique, so we'd have to do something to force uniqueness, like adding a suffix.
The cns_check_name_valid is coded to be able to alter $username by reference parameter if $return_errors is set to true. Currently it's just not something we do, but we can do because cns_join_actual has been coded to respect this API.
The use case is users who do not want people to have to pick a username, e.g. intranets. The problem is usernames have to be unique, so we'd have to do something to force uniqueness, like adding a suffix.