PLT-1830 Adding ability to create team with ldap
Этот коммит содержится в:
@@ -9,6 +9,8 @@ import (
|
||||
|
||||
type LdapInterface interface {
|
||||
DoLogin(team *model.Team, id string, password string) (*model.User, *model.AppError)
|
||||
GetUser(id string) (*model.User, *model.AppError)
|
||||
CheckPassword(id string, password string) *model.AppError
|
||||
}
|
||||
|
||||
var theLdapInterface LdapInterface
|
||||
|
||||
Ссылка в новой задаче
Block a user