-
Notifications
You must be signed in to change notification settings - Fork 381
Open
Description
Related to issue #18 (mixing password/hashed_password ) ?
app/db/init_db.py", line 52, in init_db
user_in = schemas.UserCreate(
File "pydantic/main.py", line 406, in pydantic.main.BaseModel.init
pydantic.error_wrappers.ValidationError: 1 validation error for UserCreate
password
field required (type=value_error.missing)
Field 'id' is also not mapped/queried or is this an autoinc field somehow?
Metadata
Metadata
Assignees
Labels
No labels