|
|
@@ -13,7 +13,7 @@ |
|
|
|
{{.CsrfTokenHtml}} |
|
|
|
<div class="required inline field {{if and (.Err_UserName) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}"> |
|
|
|
<label for="user_name">{{.i18n.Tr "home.uname_holder"}}</label> |
|
|
|
<input id="user_name" name="user_name" value="{{.user_name}}" autofocus required> |
|
|
|
<input id="user_name" type="text" name="user_name" value="{{.user_name}}" autofocus required> |
|
|
|
</div> |
|
|
|
{{if or (not .DisablePassword) .LinkAccountMode}} |
|
|
|
<div class="required inline field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}}"> |
|
|
|