Email alert should be sent to the end user when admin changes the password
- Linguagem predominante
- Java
- Estrelas
- 3.1k
- Forks
- 1.4k
- Merge médio
- 7d 14h
- PRs com merge (30d)
- 31
Descrição
### 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
Guia de contribuição
Direção de pesquisa
Comece rastreando o fluxo de alteração de senha pelo administrador e compare-o com o fluxo existente de senha esquecida descrito na issue. Leia a configuração user.password.reset.mail.template e a documentação vinculada sobre recuperação de senha; considera-se concluído quando um usuário final recebe a notificação esperada após um administrador alterar a senha.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- java
- Domínio
- authentication
- Tipo de issue
- Funcionalidade
- Dificuldade
- 4/5
- Tempo estimado
- 3-5 dias
- Status de atividade
- Pouca atividade
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 48/100