forked from forgejo/forgejo
Finsih mail resend limit
This commit is contained in:
parent
67c4e54298
commit
d40499e7fa
9 changed files with 60 additions and 16 deletions
|
@ -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/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue