Skip to content

Commit f86af9c

Browse files
michaelkuhnlunny
authored andcommitted
Mention the possibility of resetting the password for new accounts (#3812)
This solves the problem of administrators creating accounts for users that then do not know their initial password (without the administrator sending it to them via some other channel).
1 parent 66d3c54 commit f86af9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/mail/auth/register_notify.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<p>Hi <b>{{.Username}}</b>, this is your registration confirmation email for {{AppName}}!</p>
1010
<p>You can now login via username: {{.Username}}.</p>
1111
<p><a href="{{AppUrl}}user/login">{{AppUrl}}user/login</a></p>
12+
<p>If this account has been created for you, please <a href="{{AppUrl}}user/forgot_password">reset your password</a> first.</p>
1213
<p>© <a target="_blank" rel="noopener" href="{{AppUrl}}">{{AppName}}</a></p>
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)