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

管理画面へのアクセス制御(3.0) #3991

Merged
merged 4 commits into from
Nov 16, 2018

Conversation

chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Nov 16, 2018

概要(Overview・Refs Issue)

方針(Policy)

  • 管理画面URLの警告表示について、以下のように実装しています。
    • Webインストーラで管理画面URLにadminはバリデーションエラーとする
    • 管理画面のセキュリティ管理では、後方互換のためadminの入力は可能
    • admin利用時、管理画面ダッシュボード/セキュリティ管理で警告が表示される

実装に関する補足(Appendix)

  • ダッシュボードの警告表示は、htmlがエスケープされるため、Admin/index.twigに実装しています。

テスト(Test)

  • インストール時にadminがバリデーションエラーになることを確認
  • 管理画面ダッシュボード/セキュリティ管理で警告が表示されることを確認
  • Basic認証が動作することを確認
  • 管理画面のエラーページでnoindexが出力されていることを確認

相談(Discussion)

  • 相談したいことや意見を求めたいこと

マイナーバージョン互換性保持のための制限事項チェックリスト

  • マイナーバージョンでは、機能・プラグイン・デザインテンプレート互換性を損なう変更は原則取り込みません。
  • 既存機能の仕様変更
  • フックポイントの呼び出しタイミングの変更
  • フックポイントのパラメータの削除・データ型の変更
  • twigファイルに渡しているパラメータの削除・データ型の変更
  • Serviceクラスの公開関数の、引数の削除・データ型の変更
  • 入出力ファイル(CSVなど)のフォーマット変更

@okazy okazy merged commit 622242b into EC-CUBE:3.0 Nov 16, 2018
@chihiro-adachi chihiro-adachi deleted the dev-admin-protection branch November 18, 2018 23:47
@chihiro-adachi chihiro-adachi modified the milestones: 3.0.x, 3.0.17 Nov 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants