Email alert should be sent to the end user when admin changes the password
- 主要言語
- Java
- スター
- 3.1k
- フォーク
- 1.4k
- 平均マージ
- 6日 19時間
- マージ済み PR(30日)
- 32
説明
### The required feature described as a wish
As a User/Admin/Operator I would like to have email sent to the end user when admin changes the password
Steps to reproduce the issue
1. As a Admin user, Create a account with user role
2. Change the password
3. No email is sent to the end user mail id intimating the password change
Currently if a users tries the forgot password option, an email is sent to the end user based on the following global setting
```
user.password.reset.mail.template
Hello {{username}}!
You have requested to reset your password. Please click the following link to reset your password:
{{{resetLink}}}
If you did not request a password reset, please ignore this email.
Regards,
The CloudStack Team
```
Similarly a mail should be sent to the end user with the new password
Ref : https://docs.cloudstack.apache.org/en/4.22.0.0/adminguide/accounts.html#password-recovery-for-users-forgot-password
コントリビューションガイド
調査の方向性
まず管理者によるパスワード変更フローを追跡し、issue に記載されている既存のパスワード忘れフローと比較します。設定 user.password.reset.mail.template と、リンクされているパスワード回復のドキュメントを読みます。完了とは、管理者がパスワードを変更した後に、エンドユーザーが意図された通知を受け取ることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- authentication
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 48/100