Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
public class PasswordUpdateDTO {
private String currentPassword;
private String newPassword;
private String confirmPassword;
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,15 @@ public void updatePassword(PasswordUpdateDTO request) {
throw new IllegalArgumentException("기존 비밀번호가 일치하지 않습니다.");
}

if(!request.getNewPassword().equals(request.getConfirmPassword())) {
System.out.println(request.getNewPassword() + " " + request.getConfirmPassword());
throw new IllegalArgumentException("새 비밀번호와 확인용 비밀번호가 일치하지 않습니다.");
}

if(request.getNewPassword().length() <8){
throw new IllegalArgumentException("8자리 이상의 비밀번호를 설정해주세요.");
}

user.setPassword(passwordEncoder.encode(request.getNewPassword()));
userRepository.save(user);
}
Expand Down
Binary file added jascoffee/uploads/images/HOT 고구마라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 곡물라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 그린티라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 더치라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 더치커피.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 돌체라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 레몬티.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 로즈마리.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 밀크티.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 바닐라라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 블랙퍼스트.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 아메리카노.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 아이스티.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 얼그레이.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 유자티.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 자몽티.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 카페라떼.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added jascoffee/uploads/images/HOT 카페모카.jpg
Binary file added jascoffee/uploads/images/HOT 캐모마일.jpg
Binary file added jascoffee/uploads/images/HOT 페퍼민트.jpg
Binary file added jascoffee/uploads/images/고구마라떼.jpg
Binary file added jascoffee/uploads/images/곡물라떼.jpg
Binary file added jascoffee/uploads/images/국산 감자빵.jpg
Binary file added jascoffee/uploads/images/국산 고구마빵.jpg
Binary file added jascoffee/uploads/images/그린티라떼.jpg
Binary file added jascoffee/uploads/images/그린티프라페.jpg
Binary file added jascoffee/uploads/images/달고나라떼.jpg
Binary file added jascoffee/uploads/images/더블초코라떼.jpg
Binary file added jascoffee/uploads/images/더치라떼.jpg
Binary file added jascoffee/uploads/images/더치커피.jpg
Binary file added jascoffee/uploads/images/돌체라떼.jpg
Binary file added jascoffee/uploads/images/딸기라떼.jpg
Binary file added jascoffee/uploads/images/딸기스무디.jpg
Binary file added jascoffee/uploads/images/레몬에이드.jpg
Binary file added jascoffee/uploads/images/레몬티.jpg
Binary file added jascoffee/uploads/images/로즈마리.jpg
Binary file added jascoffee/uploads/images/망고라떼.jpg
Binary file added jascoffee/uploads/images/망고스무디.jpg
Binary file added jascoffee/uploads/images/망고에이드.jpg
Binary file added jascoffee/uploads/images/메이플 크룽지.jpg
Binary file added jascoffee/uploads/images/모카마카롱.jpg
Binary file added jascoffee/uploads/images/밀크티.jpg
Binary file added jascoffee/uploads/images/바닐라라떼.jpg
Binary file added jascoffee/uploads/images/바닐라마카롱.jpg
Binary file added jascoffee/uploads/images/복숭아주스.jpg
Binary file added jascoffee/uploads/images/블랙퍼스트.jpg
Binary file added jascoffee/uploads/images/블루베리라떼.jpg
Binary file added jascoffee/uploads/images/빅포즈 아망추.jpg
Binary file added jascoffee/uploads/images/빅포즈 아샷추.jpg
Binary file added jascoffee/uploads/images/산딸기마카롱.jpg
Binary file added jascoffee/uploads/images/생딸기주스.jpg
Binary file added jascoffee/uploads/images/시나몬 크룽지.jpg
Binary file added jascoffee/uploads/images/아망추.jpg
Binary file added jascoffee/uploads/images/아메리카노.jpg
Binary file added jascoffee/uploads/images/아샷추.jpg
Binary file added jascoffee/uploads/images/아이스티.jpg
Binary file added jascoffee/uploads/images/아인슈페너.jpg
Binary file added jascoffee/uploads/images/얼그레이.jpg
Binary file added jascoffee/uploads/images/에스프레소.jpg
Binary file added jascoffee/uploads/images/유자스무디.jpg
Binary file added jascoffee/uploads/images/유자에이드.jpg
Binary file added jascoffee/uploads/images/유자티.jpg
Binary file added jascoffee/uploads/images/자몽에이드.jpg
Binary file added jascoffee/uploads/images/자몽티.jpg
Binary file added jascoffee/uploads/images/초코마카롱.jpg
Binary file added jascoffee/uploads/images/카라멜마카롱.jpg
Binary file added jascoffee/uploads/images/카페라떼.jpg
Binary file added jascoffee/uploads/images/카페모카.jpg
Binary file added jascoffee/uploads/images/카푸치노.jpg
Binary file added jascoffee/uploads/images/캐모마일.jpg
Binary file added jascoffee/uploads/images/쿠키초코라떼.jpg
Binary file added jascoffee/uploads/images/크루아상 와플.jpg
Binary file added jascoffee/uploads/images/키위주스.jpg
Binary file added jascoffee/uploads/images/페퍼민트.jpg
Binary file added jascoffee/uploads/images/헤이즐넛라떼.jpg
Binary file added jascoffee/uploads/images/흑당밀크우유.jpg
Binary file added jascoffee/uploads/images/흑당카페라떼.jpg