Google用户尝试连接时的完整性错误(旧用户)

时间:2016-04-06 12:43:45

标签: django python-social-auth

我们已django-social-auth用于在我们的应用中启用Google登录。最近创建的Google帐户的用户可以有效连接,而老年人则无法连接 - 我收到了IntegrityError。

我不知道Google OAuth在Google方面是如何真正起作用的,但我不明白为什么它会从用户变为其他人。我们激活了三个后端(GoogleOAuth,GoogleOAuth2,GoogleOpenID)。我找不到该IntegrityError的文档。我们正在使用django。

有什么想法吗?

编辑:请求错误

pgpool: 2016-04-07 10:33:13 LOG: pid 27330: pool_send_and_wait: Error or notice message from backend: : DB node id: 0 backend pid: 3539 statement: INSERT INTO "auth_user" ("password", "last_login", "is_superuser", "username", "first_name", "last_name", "email", "is_staff", "is_active", "date_joined") VALUES ('!', '2016-04-07 08:33:13.123859+00:00', false, '**************', '', '', '****************@gmail.com', false, true, '2016-04-07 08:33:13.123859+00:00') RETURNING "auth_user"."id" message: la valeur d'une clé dupliquée rompt la contrainte unique « auth_user_email_key »

0 个答案:

没有答案