0
0
Fork 0

Fix SSO authentication not working due to missing agreement boolean (#9915)

Fix #9906
This commit is contained in:
Eugen Rochko 2019-01-25 12:36:54 +01:00 committed by GitHub
parent e1ec3a9f09
commit 9519d55332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -63,6 +63,7 @@ module Omniauthable
{
email: email || "#{TEMP_EMAIL_PREFIX}-#{auth.uid}-#{auth.provider}.com",
password: Devise.friendly_token[0, 20],
agreement: true,
account_attributes: {
username: ensure_unique_username(auth.uid),
display_name: display_name,