sftpgo/templates/email/reset-password.html
Nicola Murino 78233ff9a3
web UI/REST API: add password reset
In order to reset the password from the admin/client user interface,
an SMTP configuration must be added and the user/admin must have an email
address.
You can prohibit the reset functionality on a per-user basis by using a
specific restriction.

Fixes #597
2021-11-13 13:25:43 +01:00

4 lines
183 B
HTML

Hello there!
<br>
<p>Your SFTPGo email verification code is "{{.Code}}", this code is valid for 10 minutes.</p>
<p>Please enter this code in SFTPGo to confirm your email address.</p>