html.pug 367 B

12345678910
  1. extends ../common/greetings
  2. block title
  3. | Password creation for your account
  4. block content
  5. p.
  6. Welcome to #[a(href=WEBSERVER.URL) #{instanceName}]. Your username is: #{username}.
  7. Please set your password by following #[a(href=createPasswordUrl) this link]: #[a(href=createPasswordUrl) #{createPasswordUrl}]
  8. (this link will expire within seven days).