-
-
Notifications
You must be signed in to change notification settings - Fork 775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix duplicate verify google account #8620
Fix duplicate verify google account #8620
Conversation
Hey @iRhonin as the pr for google verification wasn't deployed yet I think we don't need to run the migration right? should it be removed to avoid confusions? |
google verification is deployed FYI @octavioamu - checkout your trust bonus tab. its facebook thats not deployed yet |
Ohh my bad |
@iRhonin i got this error while running migrations
i had to change profile.identity_data_google['id'] to profile.identity_data_google.get('id') to successfully run migrations. i dunno if this failed for anyone else |
Hi @chibie, |
@iRhonin no i didn't |
@chibie this is not good, can you share with me |
hey arash, the engineers are on it (not i)
…On Mon, Apr 19, 2021 at 12:38 PM Arash Fatahzade ***@***.***> wrote:
Hi @owocki <https://github.com/owocki>,
I saw you got trouble with this migration, in 0d8a31c
<0d8a31c>
and deleted the migration,
can I help you to fix the problem? I did not found any related issue to
see what was the problem.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8620 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAD5PCLLXU32UVEG2HTZ4FLTJR2CNANCNFSM4ZLEQDRA>
.
_________________________________________
gitcoin is live and has generated over $11.1mm for Open Source Software - see
our results <https://gitcoin.co/results>
|
* Fix dupplicate verify google account * Coding style
Description
Prevent multiple accounts verify by the same google account in trust tab
Refers/Fixes
google_user_id
to profile model#7631 (comment)
Testing