Closed PhilipSkinner closed 2 years ago
Add the ability to turn password reset confirmation messages on/off on a per client basis:
{ "features" : { "reset": { "notify": true } } }
When this value is true, we must send an email to the account which has had its password reset.
Done and pushed into latest.
Add the ability to turn password reset confirmation messages on/off on a per client basis:
When this value is true, we must send an email to the account which has had its password reset.