module.exports = { subject: 'Welcome to {{ name }}!', message: `

Welcome {{user.givenName}},

Your new {{ name }} Single sign-on account is ready to use. Here is some information to get you started.

Your username is {{user.uid}}

You can manage your account at https://sso.theta42.com

You account is ready to be used now, test it by SSHing into the {{ name }} jump host \`ssh {{user.uid}}@718it.biz\`

The SSO service is still in beta, so please report any bugs you may find! You will be notified of new features and services as they become available.

Thank you,
{{ name }}

` };