Browse Source

#1124 lower_name of LDAP user not assigned

pull/1144/head
Unknwon 10 years ago
parent
commit
484175f702
  1. 1
      models/login.go

1
models/login.go

@ -242,6 +242,7 @@ func LoginUserLdapSource(u *User, name, passwd string, sourceId int64, cfg *LDAP
}
u = &User{
LowerName: strings.ToLower(name),
Name: name,
FullName: fn + " " + sn,
LoginType: LDAP,

Loading…
Cancel
Save