Browse Source

fix #1553

tags/v1.21.12.1
Unknwon 10 years ago
parent
commit
6c7a93a3ac
2 changed files with 2440 additions and 1 deletions
  1. +2439
    -0
      public/config.codekit
  2. +1
    -1
      templates/admin/user/edit.tmpl

+ 2439
- 0
public/config.codekit
File diff suppressed because it is too large
View File


+ 1
- 1
templates/admin/user/edit.tmpl View File

@@ -20,7 +20,7 @@
<option value="0-0">{{.i18n.Tr "admin.users.local"}}</option>
{{$tp := .User.LoginSource}}
{{range $key, $val := .LoginSources}}
<option value="{{$val.Type}}-{{$val.Id}}"{{if eq $val.Id $tp}} selected{{end}}>{{$val.Name}}</option>
<option value="{{$val.Type}}-{{$val.ID}}"{{if eq $val.ID $tp}} selected{{end}}>{{$val.Name}}</option>
{{end}}
</select>
</div>


Loading…
Cancel
Save