Skip to content

비밀번호 수정시 비밀번호 보안수준을 통과하지 못했는데도 change_password_date가 변경되는 문제 해결#1225

Merged
2 commits merged into
xpressengine:developfrom
gaejabong:fix/password_change_date
Mar 23, 2015
Merged

비밀번호 수정시 비밀번호 보안수준을 통과하지 못했는데도 change_password_date가 변경되는 문제 해결#1225
2 commits merged into
xpressengine:developfrom
gaejabong:fix/password_change_date

Conversation

@gaejabong

Copy link
Copy Markdown
Contributor

비밀번호가 완전히 변경되면 비밀번호 변경 날짜도 수정하도록 하였습니다.

@ghost ghost self-assigned this Feb 7, 2015
@ghost

ghost commented Feb 11, 2015

Copy link
Copy Markdown

#1224

@ghost ghost added this to the 1.7.12 milestone Feb 13, 2015
@ghost ghost added the type/bug label Feb 13, 2015
@ghost ghost modified the milestones: 1.7.12, 1.8.0.beta.1, 1.8.0.beta.2 Mar 3, 2015
Comment thread modules/member/member.controller.php Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

기본적인 updateMemberPassword에서 디버깅할때 $output의 데이터가 다르게 표기되는 문제점이 있지 않을까 생각됩니다.

$output 을 제외한 다른 이름이 필요하지 않을까요?

아래쪽에 return $output; 코드때문에 $output의 정보를 뿌려주는데 이건..

$output = executeQuery('member.updateMemberPassword', $args); 의 정보일테니깐요..

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@qw5414 아 그렇군요. 이런 경우에 통용되는 이름이 있을까요? 어떤 이름이 좋을지요

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@jdssem 특별히 통용되는 이름보다 직접 정하셔도 됩니다.

단, 정하실경우 코드 컨벤션과, 알아먹기가 쉬운 이름이 정해져야 합니다..

@ghost ghost modified the milestones: 1.8.0.beta.2, 1.8.0-beta.3 Mar 13, 2015
@ghost ghost merged commit bd1d11b into xpressengine:develop Mar 23, 2015
@ghost ghost added the merged-pull-request label Mar 23, 2015
@gaejabong gaejabong deleted the fix/password_change_date branch March 31, 2015 01:34
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants