비밀번호 수정시 비밀번호 보안수준을 통과하지 못했는데도 change_password_date가 변경되는 문제 해결#1225
Merged
2 commits merged intoMar 23, 2015
Merged
Conversation
Contributor
There was a problem hiding this comment.
기본적인 updateMemberPassword에서 디버깅할때 $output의 데이터가 다르게 표기되는 문제점이 있지 않을까 생각됩니다.
$output 을 제외한 다른 이름이 필요하지 않을까요?
아래쪽에 return $output; 코드때문에 $output의 정보를 뿌려주는데 이건..
$output = executeQuery('member.updateMemberPassword', $args); 의 정보일테니깐요..
Contributor
Author
There was a problem hiding this comment.
@qw5414 아 그렇군요. 이런 경우에 통용되는 이름이 있을까요? 어떤 이름이 좋을지요
Contributor
There was a problem hiding this comment.
@jdssem 특별히 통용되는 이름보다 직접 정하셔도 됩니다.
단, 정하실경우 코드 컨벤션과, 알아먹기가 쉬운 이름이 정해져야 합니다..
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
비밀번호가 완전히 변경되면 비밀번호 변경 날짜도 수정하도록 하였습니다.