openhatch

Issue699

Title Switch OpenID login backend to django-socialauth, away from django_authopenid
Milestone Priority bug
Waiting On Status chatting
Superseder Nosy List annalee, paulproteus
Assigned To Keywords

Created on 2012-02-25.20:25:58 by annalee, last changed 2012-07-02.21:27:34 by paulproteus.

Files
File name Uploaded Type Edit Remove
unnamed paulproteus, 2012-03-15.01:50:07 text/html
Messages
msg3307 (view) Author: paulproteus Date: 2012-07-02.21:27:27
I can reproduce this, and I'm going to conclude that it's not bitesize at all.

The best thing to do is to switch the backend we're using to something that's 
maintained. django_authopenid (that we use now) is unmaintained. django-
socialauth <http://django-social-auth.readthedocs.org/en/latest/index.html> is 
under active maintenance.
msg3130 (view) Author: paulproteus Date: 2012-03-15.01:50:07
Totally a bug! I think there may already be a ticket for something similar.
msg3126 (view) Author: pamselle Date: 2012-03-15.00:08:00
Clicking the login link (the one in the header) from any page results in this use case.

Not sure if this is a bug.

The login links within the git mission have the correct redirects to send the user back to the 
mission (and tested, work for Google and user acct login)
msg3045 (view) Author: annalee Date: 2012-02-25.20:25:56
From https://openhatch.org/missions/git, when you hit the login link and log in
using Google, a successful login redirects you to
http://openhatch.org/account/login/, instead of back to
https://openhatch.org/missions/git.

Hitting "log out" likewise redirects to home.

Not tested: any login methods other than Google.
History
Date User Action Args
2012-07-02 21:27:34paulproteussetmessages: + msg3307
keyword: - bitesize
title: When logging in using Google, user is redirected to front page instead of page they logged in from -> Switch OpenID login backend to django-socialauth, away from django_authopenid
2012-03-15 01:50:10paulproteussetfiles: + unnamed
messages: + msg3130
title: When logging in using Google, user is redirected to front page instead of page they logged in from -> When logging in using Google, user is redirected to front page instead of page they logged in from
2012-03-15 00:08:05pamsellesetstatus: unread -> chatting
messages: + msg3126
2012-02-26 15:38:15jesstesssetkeyword: + bitesize
2012-02-25 20:25:58annaleecreate