Improve automatic emails with temporary urls
Compare changes
Files
19@@ -40,6 +40,7 @@ from django.template import loader
@@ -210,9 +211,13 @@ class Command(BaseCommand):
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)