Email alert should be sent to the end user when admin changes the password
- 主要語言
- Java
- 星號
- 3.1k
- 分支
- 1.4k
- 平均合併
- 7 天 14 小時
- 30 天內合併 PR
- 31
描述
### 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