alan-turing-institute / data-classification-app

Classification webapp for the Turing Data Safe Haven
MIT License
4 stars 0 forks source link

Automatic emails to IT after user creation on the web-app #288

Open bw-faststream opened 4 years ago

bw-faststream commented 4 years ago

To prompt IT to put new users on the AD (CSV files sent over). Automatic emails seem like a sensible solution - but we'd need to think about a way to stop DDOS attacks (or similar) using this.

tomdoel commented 4 years ago

Could be combined in #138 if using Django email handling via a Turing SMTP account

tomdoel commented 4 years ago

Django's built-in email hadling can be used for this.

DavidBeavan commented 2 years ago

In the move to #378 I doubt this applies