Closed PhilipSkinner closed 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).
Done and pushed into latest.
Add the ability to turn login confirmation notifications on per client:
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).