私はpython-social-authを使用し ており、パイプラインは次のとおりです。
'social.pipeline.social_auth.social_details',
'social.pipeline.social_auth.social_uid',
'social.pipeline.social_auth.auth_allowed',
'social.pipeline.social_auth.social_user',
'social.pipeline.user.get_username',
'social.pipeline.social_auth.associate_by_email',
'social.pipeline.user.create_user',
'social.pipeline.social_auth.associate_user',
'social.pipeline.social_auth.load_extra_data',
'social.pipeline.user.user_details',
get_username
ユーザーにメールアドレスを尋ねたい場所の後にフォームを追加したいと思います。バックエンド プロバイダーから取得しません。そのメールアドレスを入れて、アカウントをそのメールアドレスに関連付けたいです。
これはどのように可能ですか?機能はどうあるべきですか?