mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 09:07:19 +00:00
#1606 GUI bug while adding ldap user
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
<input class="fake" type="password">
|
||||
<div class="required local field {{if .Err_Password}}error{{end}} {{if not (eq .login_type "0-0")}}hide{{end}}">
|
||||
<label for="password">{{.i18n.Tr "password"}}</label>
|
||||
<input id="password" name="password" type="password" value="{{.password}}" required>
|
||||
<input id="password" name="password" type="password" value="{{.password}}" {{if eq .login_type "0-0"}}required{{end}}>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
|
Reference in New Issue
Block a user