Skip to content

Commit

Permalink
add documentation on registration email
Browse files Browse the repository at this point in the history
  • Loading branch information
bentol committed Apr 18, 2018
1 parent 4901c48 commit ef54ef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/notif/email.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ func SendRegistrationLink(cfg *service.Config, user services.UserV1, recipient,
"You or your lead has requested teleport account for you.\n"+
"Use this link below to complete the registration.\n"+
"https://%s/web/newuser/%s"+
"\n\nThis # token only valid for %d hour(s)",
"\n\nThis # token only valid for %d hour(s)"+
"\n\n---"+
"\nPlease read documentation first in here: https://phab.tokopedia.com/w/tech/devops/teleport/",
user.Name,
cfg.ProxyHost,
token,
Expand Down

0 comments on commit ef54ef4

Please # to comment.