mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05: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
|
||||
|
||||
result.user = user
|
||||
result.email_valid = true
|
||||
result.email_valid = false
|
||||
|
||||
result
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue