Set EmailVerified to true for users signing up with SSO.

Этот коммит содержится в:
JoramWilander
2015-09-10 10:43:14 -04:00
родитель 842cdf0296
Коммит edcc8109f6

Просмотреть файл

@@ -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 {