mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-30 07:53:57 -04:00
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue