Changes signature of FirstLoginSync function. (#10211)
* First login fix (2). * Adds cautionary note about 'sanitized' fields.
Этот коммит содержится в:
коммит произвёл
Carlos Tadeu Panato Junior
родитель
145fa9a57b
Коммит
9a3dc21adc
@@ -21,5 +21,5 @@ type LdapInterface interface {
|
||||
MigrateIDAttribute(toAttribute string) error
|
||||
GetGroup(groupUID string) (*model.Group, *model.AppError)
|
||||
GetAllGroupsPage(page int, perPage int) ([]*model.Group, int, *model.AppError)
|
||||
FirstLoginSync(user *model.User) *model.AppError
|
||||
FirstLoginSync(userID, userAuthService, userAuthData string) *model.AppError
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user