`
};
diff --git a/nodejs/views/email_templates/validate_link.js b/nodejs/views/email_templates/validate_link.js
index ef608c6..71ae9cf 100644
--- a/nodejs/views/email_templates/validate_link.js
+++ b/nodejs/views/email_templates/validate_link.js
@@ -1,7 +1,7 @@
module.exports = {
- subject: 'Validate email for Theta 42 account',
+ subject: 'Validate email for {{ name }} account',
message: `
-
Theta 42 account
+
{{ name }} account
Welcome,
@@ -18,7 +18,7 @@ module.exports = {
Thank you,
- Theta 42
+ {{ name }}
`
};
diff --git a/nodejs/views/email_templates/welcome.js b/nodejs/views/email_templates/welcome.js
index 41b6c80..ba536c2 100644
--- a/nodejs/views/email_templates/welcome.js
+++ b/nodejs/views/email_templates/welcome.js
@@ -1,12 +1,12 @@
module.exports = {
- subject: 'Welcome to Theta 42!',
+ subject: 'Welcome to {{ name }}!',
message: `
Welcome {{user.givenName}},
- Your new Theta 42 Single sign-on account is ready to use. Here is some
+ Your new {{ name }} Single sign-on account is ready to use. Here is some
information to get you started.
@@ -19,7 +19,7 @@ module.exports = {
- You account is ready to be used now, test it by SSHing into the Theta 42
+ You account is ready to be used now, test it by SSHing into the {{ name }}
jump host \`ssh {{user.uid}}@718it.biz\`
@@ -28,7 +28,7 @@ module.exports = {
You will be notified of new features and services as they become available.
Thank you,
- Theta 42
+ {{ name }}
`
};
diff --git a/nodejs/views/top.ejs b/nodejs/views/top.ejs
index f6f2c53..55fbea7 100755
--- a/nodejs/views/top.ejs
+++ b/nodejs/views/top.ejs
@@ -3,7 +3,7 @@
- SSO Manager - Theta 42
+ SSO Manager - <%= name %>
@@ -13,9 +13,10 @@
-
+
+
@@ -25,7 +26,7 @@
-