SECURITY: GitHub returns unvalidated emails
This commit is contained in:
parent
86244e3a4b
commit
35ee341122
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Auth::GithubAuthenticator < Auth::Authenticator
|
||||||
end
|
end
|
||||||
|
|
||||||
result.user = user
|
result.user = user
|
||||||
result.email_valid = true
|
result.email_valid = false
|
||||||
|
|
||||||
result
|
result
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue