[備忘] ソーシャルログインで作成したアカウントもメールアドレス変更できるようにする #5
MITSUHIRO-KURIKI
started this conversation in
memo
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ソーシャルログインの場合にはアプリ側でパスワードを設定せずにログインできて便利だが、メールアドレスを変更するとログインできない(正確にはもう一度ソーシャルログインできるがデータベースでは別アカウントとして管理されてしまい気持ち悪いため実装)
https://github.com/MITSUHIRO-KURIKI/DjangoTemplate/blob/main/accounts/views/AccountChange_views.py#L214
https://github.com/MITSUHIRO-KURIKI/DjangoTemplate/blob/main/accounts/models/CustomUser_models.py#L99
https://github.com/MITSUHIRO-KURIKI/DjangoTemplate/blob/main/accounts/models/CustomUser_models.py#L40
https://github.com/MITSUHIRO-KURIKI/DjangoTemplate/blob/main/accounts/forms/AccountChange_form.py#L19
https://github.com/MITSUHIRO-KURIKI/DjangoTemplate/blob/main/accounts/views/AccountChange_views.py#L102
Beta Was this translation helpful? Give feedback.
All reactions