Email alert should be sent to the end user when admin changes the password
- Lingua principale
- Java
- Stelle
- 3.1k
- Fork
- 1.4k
- Merge medio
- 6g 19h
- PR unite (30g)
- 32
Descrizione
### 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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia tracciando il flusso di modifica della password da parte dell'amministratore e confrontalo con il flusso esistente per la password dimenticata descritto nell'issue. Leggi l'impostazione user.password.reset.mail.template e la documentazione collegata sul recupero della password; il lavoro è completato quando un utente finale riceve la notifica prevista dopo che un amministratore ha modificato la password.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- java
- Ambito
- authentication
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Tranquilla
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 48/100