Transition to login.ubuntu.com

Bug #611294 reported by Daniel Holbach
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
LoCo Team Portal
Fix Released
Medium
Adnane Belmadiaf
Summit
Fix Released
Medium
Adnane Belmadiaf

Bug Description

Change
OPENID_SSO_SERVER_URL = 'https://login.launchpad.net/'
to
OPENID_SSO_SERVER_URL = 'https://login.ubuntu.com/'

Currently BLOCKED on login.ubuntu.com not allowing login from 127.0.0.1 which makes testing impossible.

Tags: development

Related branches

Changed in loco-directory:
importance: Undecided → Medium
status: New → Confirmed
Revision history for this message
Dave Walker (davewalker) wrote :

I think the following could unblock:

if DEBUG:
    OPENID_SSO_SERVER_URL = 'https://login.launchpad.net/'
else:
    OPENID_SSO_SERVER_URL = 'https://login.ubuntu.com/'

Revision history for this message
Daniel Holbach (dholbach) wrote :

The reason I didn't do it yet was because I couldn't test it. :-P

tags: added: development
Revision history for this message
Michael Hall (mhall119) wrote :

I can host the change on family.ubuntu-fl.org, if it'll work from there

Revision history for this message
Dave Walker (davewalker) wrote :

Does https://login.ubuntu.com/' not work from your public ipaddress/hostname either, as an alternative to 127.0.0.1?

You will need to start with $ ./manage.py runserver 0:8000

Revision history for this message
Ronnie (ronnie.vd.c) wrote :

I have no problem logging in with https://login.ubuntu.com/ on localhost:8000

NOTE: to prevent creating new users, the database openid->openid_provider should be changed too

summary: - Transition LoCo Directory to login.ubuntu.com
+ Transition to login.ubuntu.com
Changed in summit:
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
Chris Johnston (cjohnston) wrote :

To do this, we need to change the SSO urls that are in the database using some sort of script.. Basically, the URL needs to be changed from http://login.launchpad.net/UNIQUEID to http://login.ubuntu.com/UNIQUEID

Adnane Belmadiaf (daker)
Changed in loco-team-portal:
status: Confirmed → Triaged
Adnane Belmadiaf (daker)
Changed in loco-team-portal:
assignee: nobody → Adnane Belmadiaf (daker)
Changed in summit:
assignee: nobody → Adnane Belmadiaf (daker)
status: Confirmed → In Progress
Changed in loco-team-portal:
status: Triaged → In Progress
Changed in summit:
status: In Progress → Fix Committed
Changed in loco-team-portal:
status: In Progress → Fix Committed
Adnane Belmadiaf (daker)
Changed in loco-team-portal:
milestone: none → 0.4.0
Adnane Belmadiaf (daker)
Changed in loco-team-portal:
status: Fix Committed → Fix Released
Changed in summit:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.