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

パスワードの文字列強化 #293

Merged
merged 6 commits into from
Jul 30, 2019

Conversation

nanasess
Copy link
Contributor

@nanasess nanasess commented Jul 24, 2019

  • 半角英数字をそれぞれ1種類以上含む8文字以上100文字以下の文字列ではない場合エラーとする
  • 記号を含めることも可能
  • インストーラのログインID, パスワード設定に記号を含められないのを修正
  • 管理画面ユーザーのパスワード桁数を PASSWORD_MIN_LEN, PASSWORD_MAX_LEN に変更
  • PASSWORD_MIN_LEN が8未満の場合は E_USER_WARNING を出力するよう修正
  • 初期パスワードの複雑化 #292

半角英数字をそれぞれ1種類以上含む8文字以上100文字以下の文字列ではない場合エラーとする
@coveralls
Copy link

coveralls commented Jul 24, 2019

Coverage Status

Coverage increased (+0.07%) to 43.053% when pulling 4607214 on nanasess:strength-password into 7f77a44 on EC-CUBE:improve/php7.

- インストーラのログインID, パスワード設定に記号を含められないのを修正
- 管理画面ユーザーのパスワード桁数を PASSWORD_MIN_LEN, PASSWORD_MAX_LEN に変更
- PASSWORD_MIN_LEN が8未満の場合は E_USER_WARNING を出力するよう修正
@chihiro-adachi chihiro-adachi added this to the 2.17.0 milestone Jul 30, 2019
@chihiro-adachi chihiro-adachi merged commit 4e5436c into EC-CUBE:improve/php7 Jul 30, 2019
nanasess added a commit to nanasess/ec-cube2 that referenced this pull request Jan 20, 2022
- インストーラでは使用可能
- EC-CUBE#293 の修正漏れ
@nanasess nanasess deleted the strength-password branch October 3, 2022 08:16
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.

None yet

4 participants