Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastapi/full-stack-fastapi-template
/ UserCreate
Class
UserCreate
backend/app/models.py:22–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
# Properties to receive via API on creation
22
class
UserCreate(UserBase):
23
password: str = Field(min_length=8, max_length=128)
24
25
26
class
UserRegister(SQLModel):
Callers
15
init_db
Function · 0.90
create_random_user
Function · 0.90
authentication_token_from_email
Function · 0.90
test_get_existing_user_as_superuser
Function · 0.90
test_get_existing_user_current_user
Function · 0.90
test_create_user_existing_username
Function · 0.90
test_retrieve_users
Function · 0.90
test_update_user_me_email_exists
Function · 0.90
test_update_user
Function · 0.90
test_update_user_email_exists
Function · 0.90
test_delete_user_me
Function · 0.90
test_delete_user_super_user
Function · 0.90
Calls
no outgoing calls
Tested by
15
test_get_existing_user_as_superuser
Function · 0.72
test_get_existing_user_current_user
Function · 0.72
test_create_user_existing_username
Function · 0.72
test_retrieve_users
Function · 0.72
test_update_user_me_email_exists
Function · 0.72
test_update_user
Function · 0.72
test_update_user_email_exists
Function · 0.72
test_delete_user_me
Function · 0.72
test_delete_user_super_user
Function · 0.72
test_delete_user_without_privileges
Function · 0.72
test_reset_password
Function · 0.72
test_create_user
Function · 0.72