You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: