Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/learnhouse/learnhouse
/ UserCreate
Class
UserCreate
apps/api/src/db/users.py:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
extra_metadata: Optional[dict] = Field(default=None, sa_column=Column(JSONB))
24
25
class
UserCreate(UserBase):
26
first_name: str =
""
27
last_name: str =
""
28
password: str
29
30
31
class
UserUpdate(UserBase):
Callers
9
_install_async
Function · 0.90
signWithGoogle
Function · 0.90
_user_create
Function · 0.90
test_create_user_and_update_flows
Method · 0.90
test_create_user_without_org_and_duplicate_guards
Method · 0.90
test_create_user_rejects_missing_org_and_weak_password
Method · 0.90
test_install_create_organization_user_creates_user_and_admin_membership
Function · 0.90
test_install_create_organization_user_rejects_missing_org
Function · 0.90
test_install_create_organization_user_rejects_duplicate_username_and_email
Function · 0.90
Calls
no outgoing calls
Tested by
7
_user_create
Function · 0.72
test_create_user_and_update_flows
Method · 0.72
test_create_user_without_org_and_duplicate_guards
Method · 0.72
test_create_user_rejects_missing_org_and_weak_password
Method · 0.72
test_install_create_organization_user_creates_user_and_admin_membership
Function · 0.72
test_install_create_organization_user_rejects_missing_org
Function · 0.72
test_install_create_organization_user_rejects_duplicate_username_and_email
Function · 0.72