Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pipeline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ the pipeline, since it needs the user instance, it needs to be put after
'social.pipeline.social_auth.social_user',
'social.pipeline.user.get_username',
'social.pipeline.user.create_user',
'import.path.to.save_profile', # <--- set the import-path to the function
'path.to.save_profile', # <--- set the path to the function
'social.pipeline.social_auth.associate_user',
'social.pipeline.social_auth.load_extra_data',
'social.pipeline.user.user_details'
Expand Down
2 changes: 1 addition & 1 deletion docs/use_cases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Set this pipeline after ``social_user``::
'social.pipeline.social_auth.social_uid',
'social.pipeline.social_auth.auth_allowed',
'social.pipeline.social_auth.social_user',
'import.path.to.redirect_if_no_refresh_token',
'path.to.redirect_if_no_refresh_token',
'social.pipeline.user.get_username',
'social.pipeline.user.create_user',
'social.pipeline.social_auth.associate_user',
Expand Down