Set EmailVerified to true for users signing up with SSO.
Этот коммит содержится в:
@@ -561,6 +561,7 @@ func signupCompleteOAuth(c *api.Context, w http.ResponseWriter, r *http.Request)
|
||||
}
|
||||
|
||||
user.TeamId = team.Id
|
||||
user.EmailVerified = true
|
||||
|
||||
ruser := api.CreateUser(c, team, user)
|
||||
if c.Err != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user