hmngwy / weblog.sh

Blog from the Command Line
https://weblog.sh/
GNU General Public License v3.0
141 stars 8 forks source link

Can't create account #21

Closed achikin closed 8 years ago

achikin commented 8 years ago

Hi! Super cool idea, but I can't create an account with username 'blinkenlights' for some reason.

→ Account creation failed, kindly try again.

Connection to weblog.sh closed.
hmngwy commented 8 years ago

@achikin usernames are tested against /^[a-z0-9]{2,12}$/, max of 12 characters, minimum of 2. I'll make the error messages more verbose.

Bit of fair warning too, user registration flow will change soon: See #10.