add implementation for verify email for apiv4 (#5502)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
ace228c4e5
Коммит
7fc5dc236a
@@ -323,6 +323,10 @@ func GenerateTestChannelName() string {
|
||||
return "fakechannel" + model.NewRandomString(10)
|
||||
}
|
||||
|
||||
func GenerateTestId() string {
|
||||
return model.NewId()
|
||||
}
|
||||
|
||||
func VerifyUserEmail(userId string) {
|
||||
store.Must(app.Srv.Store.User().VerifyEmail(userId))
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user