Improve automatic emails with temporary urls
Compare changes
- Flavio TARSETTI authored
+ 347
− 39
@@ -25,19 +25,32 @@
@@ -47,23 +60,32 @@ def account_settings(request):
@@ -75,42 +97,328 @@ def account_settings(request):
This MR targets the improvement for automatic emails concerning validation of new users by supervisors/re-validation of users.
Fixes #542 (closed)
Fixes #550 (closed)