feat: 비밀번호 변경 기능 (PUT /api/auth/password)
CI / build (push) Failing after 14m46s

현재 비번 검증 후 BCrypt 교체. 소셜 계정/동일 비번 거부.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 18:46:42 +09:00
parent 43d1b53d01
commit eb6b9830ce
6 changed files with 59 additions and 1 deletions
@@ -46,4 +46,8 @@
#{provider}, #{providerId}, #{role}, #{status}, NOW(), NOW())
</insert>
<update id="updatePassword">
UPDATE member SET password = #{password}, updated_at = NOW() WHERE id = #{id}
</update>
</mapper>