diff --git a/mail-templates/register.html b/mail-templates/register.html index 591372f..2adf820 100644 --- a/mail-templates/register.html +++ b/mail-templates/register.html @@ -26,15 +26,17 @@

Use the link below to register for OwlBoard (Staff Version)


- Register + Register


-

Alternatively copy and paste the link "https://owlboard.info/reg/auth.html?>>ACCESSCODE<<

+

Alternatively copy and paste the link "https://owlboard.info/auth.html?key=>>ACCESSCODE<<

This registration is for one device only, you can register again using the same email address for other devices and access OwlBoard from both.

If you did not request to sign up to OwlBoard (Staff Version), you can - safely ignore this email. The link will expire after 30 minutes. + safely ignore this email. Your email address has not been stored by us + will not be required again unless you wish to register again.

+

The registration link will expire after 30 minutes.

diff --git a/mail-templates/register.txt b/mail-templates/register.txt index a7d725e..1f0df84 100644 --- a/mail-templates/register.txt +++ b/mail-templates/register.txt @@ -1,7 +1,10 @@ Complete your OwlBoard (Staff) Registration using the link below. -https://owlboard.info/ref/auth.html?>>ACCESSCODE<< +https://owlboard.info/auth.html?key=>>ACCESSCODE<< Alternatively you can copy and paste the above link. -If you did not request to register to OwlBoard then you can safely ignore this email. The link will expire after 30 minutes. \ No newline at end of file +If you did not request to register to OwlBoard then you can safely ignore this email. +Your email address has not been stored by us and will not be required unless you wish to register again. + +The link will expire after 30 minutes. \ No newline at end of file diff --git a/src/services/registration.services.js b/src/services/registration.services.js index b47e301..dc16afa 100644 --- a/src/services/registration.services.js +++ b/src/services/registration.services.js @@ -28,6 +28,7 @@ async function createRegKey(body) { } async function regUser(req) { // Add input validation + log.out(`Read UUID: ${req.uuid}`, "dbug") log.out(`registrationServices.regUser: Checking validity of : ${req.uuid}`, "info") const res = await auth.checkRequest(req.uuid) log.out(`registrationServices.regUser: checkRequest returned: ${JSON.stringify(res)}`, "info")