nodeSolidServer / nodeSolidServer/node-solid-server
Do not loose user data from user signup page if username already exists
@megoth is already working on this.
Since Jul 22, 2019.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description

General: never ever throw away any information the user has entered.
When a user tried to make a new account, don't clear the other fields when one is invalid.
A user said: "I think you should check for username availability before making users enter all of their other information. I just tried to create the username “nick” entered all my info (email, pw twice etc) and when I tried to register all my info was lost and I was given the error “Account already exists”. I was surprised that nick was available, but figured if it wasn’t that I would have been alerted before moving to the next field.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.