Unknwon 9 년 전
부모
커밋
5cad124704
4개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 1
      conf/locale/locale_en-US.ini
  2. 0 0
      modules/bindata/bindata.go
  3. 0 8
      templates/user/auth/activate.tmpl
  4. 0 4
      templates/user/auth/forgot_passwd.tmpl

+ 0 - 1
conf/locale/locale_en-US.ini

@@ -148,7 +148,6 @@ forgot_password= Forgot Password
 forget_password = Forgot password?
 sign_up_now = Need an account? Sign up now.
 confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to <b>%s</b>, please check your inbox within the next %d hours to complete the registration process.
-sign_in_to_account = Sign in to your account
 active_your_account = Activate Your Account
 resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again.
 has_unconfirmed_mail = Hi %s, you have an unconfirmed e-mail address (<b>%s</b>). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below.

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
modules/bindata/bindata.go


+ 0 - 8
templates/user/auth/activate.tmpl

@@ -16,18 +16,10 @@
               <p class="center">{{.i18n.Tr "auth.resent_limit_prompt"}}</p>
             {{else}}
               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .SignedUser.Email .Hours | Str2html}}</p>
-              <div class="ui divider"></div>
-              <div class="text right">
-                <a class="ui green button" href="http://{{Mail2Domain .SignedUser.Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a>
-              </div>
             {{end}}
           {{else}}
             {{if .IsSendRegisterMail}}
               <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p>
-              <div class="ui divider"></div>
-              <div class="text right">
-                <a class="ui green button" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a>
-              </div>
             {{else if .IsActivateFailed}}
               <p>{{.i18n.Tr "auth.invalid_code"}}</p>
             {{else}}

+ 0 - 4
templates/user/auth/forgot_passwd.tmpl

@@ -11,10 +11,6 @@
           {{template "base/alert" .}}
           {{if .IsResetSent}}
             <p>{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}</p>
-            <div class="ui divider"></div>
-            <div class="text right">
-              <a class="ui green button" href="http://{{Mail2Domain .Email}}">{{.i18n.Tr "auth.sign_in_to_account"}}</a>
-            </div>
           {{else if .IsResetRequest}}
             <div class="required inline field {{if .Err_Email}}error{{end}}">
                 <label for="email">{{.i18n.Tr "email"}}</label>

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.