PhilipSkinner / elemental-lowcode

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

Sign in - notification message #137

Closed PhilipSkinner closed 2 years ago

PhilipSkinner commented 2 years ago

Add the ability to turn login confirmation notifications on per client:

{
  "features" : {
    "notifications" : {
      "login" : true
    }
  }
}

When this value is true, we must send an email to the account whenever someone logs into it.

The notification should include details like the users web browser and their location (via IP).

PhilipSkinner commented 2 years ago

Done and pushed into latest.