🔧 User 모델 필드명 수정
Some checks failed
SonarQube Analysis / SonarQube Scan (push) Has been cancelled

- hashed_password → password
- User 모델의 실제 필드명에 맞춤
- 회원가입 기능 최종 수정
This commit is contained in:
Hyungi Ahn
2025-10-14 07:38:58 +09:00
parent 39917be585
commit b1bfd1a4c0

View File

@@ -75,7 +75,7 @@ async def signup_request(
# 승인 대기 상태로 사용자 생성
new_user = user_repo.create_user({
'username': signup_data.username,
'hashed_password': hashed_password,
'password': hashed_password, # 필드명은 'password'
'name': signup_data.name,
'email': signup_data.email,
'access_level': 'pending', # 승인 대기