mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Fix #18: check for existing user on registration
This commit is contained in:
@@ -26,6 +26,9 @@ Register a new user.
|
||||
|
||||
!!! fail "`422 Validation Error`"
|
||||
|
||||
!!! fail "`400 Bad Request`"
|
||||
A user already exists with this email.
|
||||
|
||||
## `POST /login`
|
||||
|
||||
Login a user.
|
||||
|
||||
Reference in New Issue
Block a user