unable to register account #92

Closed
opened 2024-12-26 11:13:20 -05:00 by george_wl · 3 comments

I've been trying to register, but I keep getting a nonespecific error of simply

Error registering account

I've been trying to register, but I keep getting a nonespecific error of simply > Error registering account
Owner

I was just able to create myself a test account, so it's not entirely broken.

It is a little picky about usernames - only upper and lowercase English letters and digits. The first character cannot be a digit. [A-Za-z][A-Za-z9-0]*.

If it's not that, my second guess is that the username you're trying is taken?

I was just able to create myself a test account, so it's not entirely broken. It is a little picky about usernames - only upper and lowercase English letters and digits. The first character cannot be a digit. `[A-Za-z][A-Za-z9-0]*`. If it's not that, my second guess is that the username you're trying is taken?
Owner

I added some context for the above case. If it's still not cooperating, please reopen the issue / poke me again. Thanks.

I added some context for the above case. If it's still not cooperating, please reopen the issue / poke me again. Thanks.
cory closed this issue 2024-12-27 11:40:50 -05:00
Author

I was just able to create myself a test account, so it's not entirely broken.

It is a little picky about usernames - only upper and lowercase English letters and digits. The first character cannot be a digit. [A-Za-z][A-Za-z9-0]*.

If it's not that, my second guess is that the username you're trying is taken?

Ah it's probably that, I tend towards going for the same username on most apps, and that includes a _

> I was just able to create myself a test account, so it's not entirely broken. > > It is a little picky about usernames - only upper and lowercase English letters and digits. The first character cannot be a digit. `[A-Za-z][A-Za-z9-0]*`. > > If it's not that, my second guess is that the username you're trying is taken? Ah it's probably that, I tend towards going for the same username on most apps, and that includes a `_`
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cory/tildefriends#92
No description provided.