Refactoring of authentification
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
committed by
Sacha Al Himdani
parent
afa7e4fdd5
commit
0f96b8518f
12
pkg/auth/emails/password_reset.txt.tmpl
Normal file
12
pkg/auth/emails/password_reset.txt.tmpl
Normal file
@@ -0,0 +1,12 @@
|
||||
Hi {{.FullName}},
|
||||
|
||||
You have requested a password reset for your Probo account.
|
||||
|
||||
Please click the link below to reset your password:
|
||||
|
||||
{{.ResetURL}}
|
||||
|
||||
If you did not request this password reset, please ignore this email.
|
||||
|
||||
Thanks,
|
||||
Probo Team
|
||||
12
pkg/auth/emails/signup_confirmation.txt.tmpl
Normal file
12
pkg/auth/emails/signup_confirmation.txt.tmpl
Normal file
@@ -0,0 +1,12 @@
|
||||
Hi {{.FullName}},
|
||||
|
||||
Thanks for joining Probo!
|
||||
|
||||
Please confirm your email address by clicking the link below:
|
||||
|
||||
{{.ConfirmationURL}}
|
||||
|
||||
If you did not sign up for Probo, please ignore this email.
|
||||
|
||||
Thanks,
|
||||
Probo Team
|
||||
Reference in New Issue
Block a user