ThalKod / discord-clone

A "Discord clone" with Socket.io, Node.js & MongoDB... Create channel, invite other people to your channel, chat with everyone...
MIT License
153 stars 81 forks source link

No user name when registering. #127

Open ghost opened 5 years ago

ghost commented 5 years ago

You can't choose a username while registering.

ThalKod commented 5 years ago

You signup with your mail, You can then choose a username....

ghost commented 5 years ago

Can you add a Username selection when registering like on Discord?

jamesrchen commented 5 years ago

@ThalKod Open for a PR about this?

ThalKod commented 5 years ago

@unknownguy2002 Yes, go ahead :) while at it, you should also add email and username validation in the form, basically create routes and handle this via ajax, on input blur... :)

jamesrchen commented 5 years ago

I'm not too free this week, but I'll slowly add these features in. Also, do you need a test server to show this?

ThalKod commented 5 years ago

Yeah, no problem.

00-00-00-11 commented 5 years ago

can u show us a example by glitch.com ? that may give us a guide .

jamesrchen commented 5 years ago

okay sorry for being away for a VERY VERY Long time. I doubt this will change.

However, I do have a server up hosting this project for fun. I might make an issue about it soon so we can add it in the readme.md.