diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-21 10:09:57 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-21 10:09:57 -0400 |
commit | d40499e7fa3d62655431f160b6909d9751dabe11 (patch) | |
tree | e02d35f7494e4ba2234de5c0b954553ff9c57709 /templates/user | |
parent | 67c4e5429818b501b0db5527ea38f2be75e5df55 (diff) | |
download | gitea-d40499e7fa3d62655431f160b6909d9751dabe11.tar.gz gitea-d40499e7fa3d62655431f160b6909d9751dabe11.zip |
Finsih mail resend limit
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/active.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/user/active.tmpl b/templates/user/active.tmpl index fefd7d3aed..47c87a591c 100644 --- a/templates/user/active.tmpl +++ b/templates/user/active.tmpl @@ -6,6 +6,8 @@ {{if .IsActivatePage}} {{if .ServiceNotEnabled}} <p>Sorry, Register Mail Confirmation has been disabled.</p> + {{else if .ResendLimited}} + <p>Sorry, you are sending activation e-mail too frequently, please wait 3 minutes.</p> {{else}} <p>New confirmation e-mail has been sent to <b>{{.SignedUser.Email}}</b>, please check your inbox within {{.Hours}} hours to complete your registeration.</p> <hr/> |