Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] 비밀번호 재설정 / 변경 API #75

Merged
merged 6 commits into from
Aug 7, 2023

Conversation

chaerlo127
Copy link
Collaborator

🌱 이슈 번호

close #66


💬 기타 사항

  • none

@chaerlo127 chaerlo127 added 🔮 feat 기능을 생성해요 ! 🐣 chae-eun 채은이가 만든 기능이에요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 ! labels Aug 6, 2023
@chaerlo127 chaerlo127 self-assigned this Aug 6, 2023
import jakarta.validation.constraints.Pattern

data class ChangePasswordReq (
@field:NotBlank
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

message 처리 안되어 있는 req 가 많아서 시간될 때 한번에 처리할게용!

Copy link
Member

@psyeon1120 psyeon1120 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good girl~

data class ChangePasswordReq (
@field:NotBlank
@field:Pattern(
regexp = "^.*(?=^.{8,15}\$)(?=.*\\d)(?=.*[a-zA-Z])(?=.*[!@#\$%^&+=]).*\$",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나중에 이것도 constant로 빼는거 어때유 !

Copy link
Member

@sojungpp sojungpp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌🫶

@chaerlo127 chaerlo127 merged commit f27073c into develop Aug 7, 2023
1 check passed
@chaerlo127 chaerlo127 deleted the feat/#66-patchPassword branch August 17, 2023 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐣 chae-eun 채은이가 만든 기능이에요 ! 🔮 feat 기능을 생성해요 ! 👩🏻‍💻 users 사용자 도메인 기능이에요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 비밀번호 재설정 API
3 participants