You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Max username length for a group had been set to 35 symbols according to #123. However, max screenname length is 25 and if screenname field had not been filled during group creation, username will be used as screenname.
This leads to an error about incorrect length being returned, yet screenname field remains empty. This is confusing.
We need to explicitly show that username had been copied to fill empty screenname field when displaying length error.
The text was updated successfully, but these errors were encountered:
Max username length for a group had been set to 35 symbols according to #123. However, max screenname length is 25 and if screenname field had not been filled during group creation, username will be used as screenname.
This leads to an error about incorrect length being returned, yet screenname field remains empty. This is confusing.
We need to explicitly show that username had been copied to fill empty screenname field when displaying length error.
The text was updated successfully, but these errors were encountered: