Commit ae81c9df authored by Michal Čihař's avatar Michal Čihař

Enable social auth debug

We need to diagnose what goes wrong on the Selenium testsuite.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 6243b44e
......@@ -199,6 +199,7 @@ SOCIAL_AUTH_PIPELINE = (
'weblate.accounts.pipeline.verify_open',
'social.pipeline.user.create_user',
'social.pipeline.social_auth.associate_user',
'social.pipeline.debug.debug',
'social.pipeline.social_auth.load_extra_data',
'weblate.accounts.pipeline.user_full_name',
'weblate.accounts.pipeline.store_email',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment