PhilipSkinner / elemental-lowcode

Elemental lowcode development platform.
MIT License
113 stars 17 forks source link

Password reset - confirmation message #109

Closed PhilipSkinner closed 2 years ago

PhilipSkinner commented 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.

PhilipSkinner commented 2 years ago

Done and pushed into latest.