diff --git a/docs/pipeline.rst b/docs/pipeline.rst index 4e5b9acdf..64e65fb60 100644 --- a/docs/pipeline.rst +++ b/docs/pipeline.rst @@ -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' diff --git a/docs/use_cases.rst b/docs/use_cases.rst index 3ba1cadb1..ac12fa269 100644 --- a/docs/use_cases.rst +++ b/docs/use_cases.rst @@ -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',