.
This commit is contained in:
@@ -231,6 +231,9 @@ class CidUser(models.Model):
|
||||
return self.passcode == passcode
|
||||
|
||||
def email_details(self):
|
||||
|
||||
login_url = reverse("cid_selector")
|
||||
|
||||
msg = f"""
|
||||
See below for you details for: {self.group}
|
||||
|
||||
@@ -241,6 +244,9 @@ class CidUser(models.Model):
|
||||
|
||||
You will need these to login to the test system on the day.
|
||||
|
||||
Direct link to login:
|
||||
{login_url}?cid={self.cid}&passcode={self.passcode}
|
||||
|
||||
|
||||
|
||||
Please note this inbox is not monitored. Direct all enquiries to ...
|
||||
|
||||
Reference in New Issue
Block a user