mirror of https://github.com/go-gitea/gitea.git
parent
1b1b85439e
commit
bbbd08edc1
|
@ -196,6 +196,7 @@ openid_connect_desc = The entered OpenID URIs is not know by the system, here yo
|
||||||
openid_register_title = Create new account
|
openid_register_title = Create new account
|
||||||
openid_register_desc = The entered OpenID URIs is not know by the system, here you can associate it to a new account.
|
openid_register_desc = The entered OpenID URIs is not know by the system, here you can associate it to a new account.
|
||||||
openid_signin_desc = Example URIs: https://anne.me, bob.openid.org.cn, gnusocial.net/carry
|
openid_signin_desc = Example URIs: https://anne.me, bob.openid.org.cn, gnusocial.net/carry
|
||||||
|
disable_forgot_password_mail = Sorry, password reset has been disabled. Please contact the site administrator.
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
activate_account = Please activate your account
|
activate_account = Please activate your account
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<button class="ui blue button">{{.i18n.Tr "auth.send_reset_mail"}}</button>
|
<button class="ui blue button">{{.i18n.Tr "auth.send_reset_mail"}}</button>
|
||||||
</div>
|
</div>
|
||||||
{{else if .IsResetDisable}}
|
{{else if .IsResetDisable}}
|
||||||
<p class="center">{{.i18n.Tr "auth.disable_register_mail"}}</p>
|
<p class="center">{{.i18n.Tr "auth.disable_forgot_password_mail"}}</p>
|
||||||
{{else if .ResendLimited}}
|
{{else if .ResendLimited}}
|
||||||
<p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p>
|
<p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
Loading…
Reference in New Issue