Open pleasehugme opened 1 year ago
I cannot have the username of my choice for some reason, and thus cannot register.
OS: Windows 10, Opera GX. No browser console errors AFAIK. Only error is literally:
invalid_name
BE 0.18.2
ttrpg.network
Username too long? Looks like the DB limits it to 20 characters.
create table user_ ( id serial primary key, name varchar(20) not null, fedi_name varchar(40) not null, preferred_username varchar(20),
Requirements
Summary
I cannot have the username of my choice for some reason, and thus cannot register.
Steps to Reproduce
Technical Details
OS: Windows 10, Opera GX. No browser console errors AFAIK. Only error is literally:
invalid_name
Version
BE 0.18.2
Lemmy Instance URL
ttrpg.network