Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add password validation to RegisterUser command #29

Open
sahina opened this issue Apr 21, 2020 · 0 comments
Open

Add password validation to RegisterUser command #29

sahina opened this issue Apr 21, 2020 · 0 comments

Comments

@sahina
Copy link

sahina commented Apr 21, 2020

RegisterUser only validates username and email rules. It is possible to register user with

POST /api/users
{
	"user": {
		"username": "homer",
		"email": "[email protected]"
	}
}
@sahina sahina changed the title Add blank password validation to RegisterUser command Add password validation to RegisterUser command Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant