diff options
Diffstat (limited to 'templates/user/forgot_passwd.tmpl')
-rw-r--r-- | templates/user/forgot_passwd.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/forgot_passwd.tmpl b/templates/user/forgot_passwd.tmpl index ff25406fd0..a099ff2744 100644 --- a/templates/user/forgot_passwd.tmpl +++ b/templates/user/forgot_passwd.tmpl @@ -24,6 +24,8 @@ </div> {{else if .IsResetDisable}} <p>Sorry, mail service is not enabled.</p> + {{else if .ResendLimited}} + <p>Sorry, you are sending e-mail too frequently, please wait 3 minutes.</p> {{end}} </form> </div> |