Limit usernames to 64 characters
One-sentence description
Limit usernames to 64 characters
Why?
GSuite usernames have this maximum length
Current implementation
Standard Django 150 characters
Suggested implementation
Add validators in the registrations and members admin forms.