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

管理画面>ユーザアイコン>パスワード変更で入力必須バッジがない #6051

Closed
ji-eunsoo opened this issue Oct 27, 2023 · 2 comments
Labels
bug:Low bug good-first-issue Good for newcomers/簡単に修正できそうなもの
Milestone

Comments

@ji-eunsoo
Copy link
Contributor

ji-eunsoo commented Oct 27, 2023

概要(Overview)

管理画面>ユーザアイコン>パスワード変更に、
入力必須(現在のパスワード、新しいパスワード、新しいパスワード(確認))バッジがありません。
image

修正箇所
以下のところに、<span class="badge bg-primary ms-1">{{ 'admin.common.required'|trans }}</span>を追加

<span>{{ 'admin.change_password.current_password'|trans }}</span>

<span>{{ 'admin.change_password.new_password'|trans }}</span>

<span>{{ 'admin.change_password.new_password_confirm'|trans }}</span>

再現手順(Procedure)

管理画面>ユーザアイコン>パスワード変更を表示する。

環境(Environment)

EC-CUBE:4.2.2

@ji-eunsoo ji-eunsoo added the bug label Oct 27, 2023
@dotani1111 dotani1111 added this to the 4.2.x milestone Oct 30, 2023
@dotani1111 dotani1111 added bug:Low good-first-issue Good for newcomers/簡単に修正できそうなもの labels Oct 30, 2023
@dotani1111
Copy link
Contributor

@ji-eunsoo
Issueありがとうございます。 👍

@dotani1111
Copy link
Contributor

マージ済みのため、クローズします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:Low bug good-first-issue Good for newcomers/簡単に修正できそうなもの
Projects
None yet
Development

No branches or pull requests

2 participants