This commit is contained in:
Ross
2021-12-16 17:34:40 +00:00
parent 6475516546
commit c26e9acc3c
3 changed files with 22 additions and 10 deletions
+2 -2
View File
@@ -248,10 +248,10 @@ class CidUser(models.Model):
Passcode: {self.passcode}
---------
You will need these to login to the test system on the day.
You will need these to access to the test system.
Direct link to login:
{settings.REMOTE_URL}/{login_url}?cid={self.cid}&passcode={self.passcode}
{settings.REMOTE_URL}{login_url}?cid={self.cid}&passcode={self.passcode}